Skip to content

Commit

Permalink
import/no-extraneous-dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
a-tarasyuk committed Jul 5, 2019
1 parent 8e18beb commit c5453c8
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .eslintrc
Expand Up @@ -12,7 +12,7 @@
"es6": true
},
"plugins": [
"@typescript-eslint", "microsoft-typescript"
"@typescript-eslint", "microsoft-typescript", "import"
],
"rules": {
"@typescript-eslint/adjacent-overload-signatures": "error",
Expand Down Expand Up @@ -69,6 +69,10 @@
"microsoft-typescript/debug-assert": "error",
"microsoft-typescript/no-keywords": "error",

"import/no-extraneous-dependencies": ["error", {
"optionalDependencies": false
}],

"arrow-body-style": "off",
"arrow-parens": "off",
"brace-style": ["error", "stroustrup", { "allowSingleLine": true }],
Expand Down
3 changes: 3 additions & 0 deletions package.json
Expand Up @@ -56,6 +56,7 @@
"@types/xml2js": "^0.4.0",
"@typescript-eslint/eslint-plugin": "1.11.0",
"@typescript-eslint/parser": "1.11.0",
"async": "latest",
"azure-devops-node-api": "^8.0.0",
"browser-resolve": "^1.11.2",
"browserify": "latest",
Expand All @@ -65,9 +66,11 @@
"del": "latest",
"eslint": "6.0.1",
"eslint-formatter-autolinkable-stylish": "latest",
"eslint-plugin-import": "2.18.0",
"eslint-plugin-microsoft-typescript": "0.1.11",
"fancy-log": "latest",
"fs-extra": "^6.0.1",
"glob": "latest",
"gulp": "^4.0.0",
"gulp-concat": "latest",
"gulp-insert": "latest",
Expand Down

0 comments on commit c5453c8

Please sign in to comment.