Skip to content

Commit

Permalink
rename telescope-docs to @senecacdot/telescope-docs in package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
cindyorangis committed Feb 22, 2022
1 parent 8f77c1a commit 0d983f6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions src/docs/.eslintrc.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
module.exports = {
extends: '@senecacdot/eslint-config-telescope',

overrides: [
{
files: ['./**/*.js'],
Expand All @@ -12,6 +11,7 @@ module.exports = {
],
plugins: ['react', 'react-hooks'],
rules: {
'@typescript-eslint/no-shadow': 'off',
// https://github.com/facebook/docusaurus/blob/main/.eslintrc.js#L122
// Ignore certain webpack aliases because they can't be resolved
'import/no-unresolved': [
Expand All @@ -33,7 +33,7 @@ module.exports = {
settings: {
'import/resolver': {
node: {
extensions: ['.js', '.jsx', '.ts', 'tsx'],
extensions: ['.js', '.jsx'],
},
},
},
Expand Down
2 changes: 1 addition & 1 deletion src/docs/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "telescope-docs",
"name": "@senecacdot/telescope-docs",
"version": "0.0.1",
"private": true,
"scripts": {
Expand Down

0 comments on commit 0d983f6

Please sign in to comment.