File tree Expand file tree Collapse file tree 2 files changed +22
-0
lines changed
Filter options
Expand file tree Collapse file tree 2 files changed +22
-0
lines changed
Original file line number Diff line number Diff line change
1
+ {
2
+ "extends": "./node_modules/fbjs-scripts/eslint/.eslintrc",
3
+ "rules": {
4
+ // These are functional errors that could either be fixed or be locally disabled in specific
5
+ // files
6
+ "no-bitwise": 0,
7
+ "constructor-super": 0,
8
+ "no-this-before-super": 0,
9
+ "no-self-compare": 0,
10
+ "operator-assignment": 0,
11
+ "consistent-return": 0,
12
+
13
+ // These are stylistic errors that could be easily fixed
14
+ "semi": 0,
15
+ "comma-dangle": 0,
16
+ "space-before-function-paren": 0,
17
+ "curly": 0,
18
+ }
19
+ }
Original file line number Diff line number Diff line change 36
36
},
37
37
"devDependencies" : {
38
38
"acorn" : " 0.11.x" ,
39
+ "babel-eslint" : " ^4.1.8" ,
39
40
"benchmark" : " ^1.0.0" ,
40
41
"bluebird" : " 3.1.1" ,
41
42
"browser-sync" : " 2.11.0" ,
42
43
"browserify" : " ^5.11.2" ,
43
44
"colors" : " 1.1.2" ,
44
45
"del" : " 2.2.0" ,
45
46
"es6-transpiler" : " 0.7.18" ,
47
+ "eslint" : " ^1.10.3" ,
46
48
"estraverse" : " 1.9.3" ,
47
49
"express" : " ^4.13.4" ,
50
+ "fbjs-scripts" : " ^0.5.0" ,
48
51
"grunt" : " 0.4.5" ,
49
52
"grunt-cli" : " 0.1.13" ,
50
53
"grunt-contrib-clean" : " 0.7.0" ,
You can’t perform that action at this time.
0 commit comments