File tree Expand file tree Collapse file tree 3 files changed +15
-8
lines changed Expand file tree Collapse file tree 3 files changed +15
-8
lines changed Original file line number Diff line number Diff line change 11
11
],
12
12
"parserOptions" : {
13
13
"ecmaVersion" : 2018 ,
14
- "sourceType" : " module"
14
+ "sourceType" : " module" ,
15
+ "project" : " packages/firestore/tsconfig.json"
15
16
},
16
17
"overrides" : [
17
18
{
82
83
"id-blacklist" : [
83
84
" error" ,
84
85
" any" ,
85
- " Number" ,
86
86
" number" ,
87
- " String" ,
88
87
" string" ,
89
- " Boolean" ,
90
- " boolean" ,
91
- " Undefined" ,
92
- " undefined"
88
+ " boolean"
93
89
],
94
90
"@typescript-eslint/array-type" : [
95
91
" error" ,
Original file line number Diff line number Diff line change
1
+ {
2
+ "extends" : " ../../config/.eslintrc.json" ,
3
+ "parserOptions" : {
4
+ "project" : " tsconfig.json"
5
+ }
6
+ }
Original file line number Diff line number Diff line change 8
8
"build:console" : " node tools/console.build.js" ,
9
9
"dev" : " rollup -c -w" ,
10
10
"lint" : " tslint -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'" ,
11
+ "lint:eslint" : " eslint -c .eslintrc.json '**/*.ts'" ,
11
12
"lint:fix" : " tslint --fix -p tsconfig.json -c tslint.json 'src/**/*.ts' 'test/**/*.ts'" ,
12
13
"prettier" : " prettier --write 'src/**/*.js' 'test/**/*.js' 'src/**/*.ts' 'test/**/*.ts'" ,
13
14
"test" : " run-s lint test:all" ,
76
77
"tslint" : " 5.16.0" ,
77
78
"typescript" : " 3.4.5" ,
78
79
"webpack" : " 4.30.0" ,
79
- "yargs" : " 13.2.2"
80
+ "yargs" : " 13.2.2" ,
81
+ "eslint" : " 5.16.0" ,
82
+ "@typescript-eslint/parser" : " 1.9.0" ,
83
+ "@typescript-eslint/eslint-plugin" : " 1.9.0" ,
84
+ "@typescript-eslint/eslint-plugin-tslint" : " 1.9.0"
80
85
},
81
86
"repository" : {
82
87
"directory" : " packages/firestore" ,
You can’t perform that action at this time.
0 commit comments