Skip to content

Commit

Permalink
fix/ ng lint config
Browse files Browse the repository at this point in the history
  • Loading branch information
maximegris committed Aug 30, 2020
1 parent b71c514 commit 753f828
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
10 changes: 5 additions & 5 deletions angular.json
Original file line number Diff line number Diff line change
Expand Up @@ -127,9 +127,9 @@
"builder": "@angular-eslint/builder:lint",
"options": {
"eslintConfig": ".eslintrc.json",
"tsConfig": [
"src/tsconfig.app.json",
"src/tsconfig.spec.json"
"lintFilePatterns": [
"src/**.ts",
"main.ts"
],
"exclude": [
"**/node_modules/**"
Expand All @@ -146,8 +146,8 @@
"builder": "@angular-eslint/builder:lint",
"options": {
"eslintConfig": ".eslintrc.json",
"tsConfig": [
"e2e/tsconfig.e2e.json"
"lintFilePatterns": [
"e2e/**.ts"
],
"exclude": [
"**/node_modules/**"
Expand Down
2 changes: 1 addition & 1 deletion e2e/tsconfig.e2e.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@
]
},
"include": [
"e2e/*.ts"
"**.ts"
]
}
2 changes: 1 addition & 1 deletion src/typings.d.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/* SystemJS module definition */
declare var nodeModule: NodeModule;
declare const nodeModule: NodeModule;
interface NodeModule {
id: string;
}
Expand Down

0 comments on commit 753f828

Please sign in to comment.