File tree 4 files changed +14
-14
lines changed
4 files changed +14
-14
lines changed Original file line number Diff line number Diff line change
1
+ # /node_modules and /bower_components ignored by default
2
+ .git /
3
+ tmp /
4
+ typings /
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1
1
{
2
+ "ecmaFeatures" : {
3
+ "modules" : true ,
4
+ "module" : true
5
+ },
6
+ "env" : {
7
+ "mocha" : true ,
8
+ "node" : true ,
9
+ "es6" : true
10
+ },
2
11
"parser" : " espree" ,
3
- "ecmaFeatures" : {},
4
12
"rules" : {
5
13
"no-alert" : " off" ,
6
14
"no-array-constructor" : " off" ,
196
204
"id-blacklist" : " off" ,
197
205
"require-jsdoc" : " off" ,
198
206
"require-yield" : " off" ,
199
- "semi" : " off" ,
200
207
"semi-spacing" : " off" ,
201
208
"sort-vars" : " off" ,
202
209
"sort-imports" : " off" ,
Original file line number Diff line number Diff line change 10
10
"keywords" : [],
11
11
"scripts" : {
12
12
"test" : " node tests/runner" ,
13
- "lint" : " eslint -c eslint.json './**/*.js' "
13
+ "lint" : " eslint . "
14
14
},
15
15
"repository" : {
16
16
"type" : " git" ,
You can’t perform that action at this time.
0 commit comments