Skip to content

Commit

Permalink
Merge pull request #39 from wwnorton/4.0-tweaks
Browse files Browse the repository at this point in the history
4.0 eslint-config-norton fixes/tweaks
  • Loading branch information
ParmeJon committed Sep 4, 2020
2 parents 70b522e + 10710d3 commit 466aca2
Show file tree
Hide file tree
Showing 27 changed files with 1,131 additions and 249 deletions.
2 changes: 1 addition & 1 deletion .eslintignore
@@ -1 +1 @@
invalid.js
invalid.*
6 changes: 5 additions & 1 deletion .eslintrc.js
@@ -1,5 +1,5 @@
module.exports = {
extends: ['./packages/eslint-config-norton'],
extends: ['./packages/eslint-config-norton', './packages/eslint-config-norton/typescript'],
rules: {
'import/no-extraneous-dependencies': ['error',
{
Expand All @@ -12,4 +12,8 @@ module.exports = {
},
],
},
parserOptions: {
tsconfigRootDir: __dirname,
project: ['./packages/eslint-config-norton/tsconfig.json'],
},
};

0 comments on commit 466aca2

Please sign in to comment.