mirror of
https://github.com/Myxelium/Bridge-Multi.git
synced 2026-07-08 19:15:09 +00:00
Configured Typescript with ESLint
This commit is contained in:
12
angular.json
12
angular.json
@@ -83,6 +83,18 @@
|
||||
"browserTarget": "Bridge:build:production"
|
||||
}
|
||||
}
|
||||
},
|
||||
"lint": {
|
||||
"builder": "@angular-eslint/builder:lint",
|
||||
"options": {
|
||||
"eslintConfig": "./eslintrc.json",
|
||||
"tsConfig": [
|
||||
"./tsconfig.json"
|
||||
],
|
||||
"exclude": [
|
||||
"**/node_modules/**"
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
}},
|
||||
|
||||
Reference in New Issue
Block a user