Skip to content

Commit

Permalink
extend correct eslint-config-telescope package and add eslint-plugin-…
Browse files Browse the repository at this point in the history
…node to eslint package.json
  • Loading branch information
cindyorangis committed Feb 19, 2022
1 parent fd52e15 commit 19b71d4
Show file tree
Hide file tree
Showing 3 changed files with 30 additions and 1 deletion.
28 changes: 28 additions & 0 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/docs/.eslintrc.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module.exports = {
extends: 'eslint-config-telescope',
extends: '@senecacdot/eslint-config-telescope',

overrides: [
{
Expand Down
1 change: 1 addition & 0 deletions tools/eslint/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
"eslint-plugin-jest": "25.3.4",
"eslint-plugin-jest-playwright": "0.2.1",
"eslint-plugin-jsx-a11y": "6.5.1",
"eslint-plugin-node": "11.1.0",
"eslint-plugin-prettier": "3.4.1",
"eslint-plugin-promise": "5.2.0",
"eslint-plugin-react": "7.28.0",
Expand Down

0 comments on commit 19b71d4

Please sign in to comment.