File tree Expand file tree Collapse file tree 2 files changed +80
-77
lines changed
Expand file tree Collapse file tree 2 files changed +80
-77
lines changed Original file line number Diff line number Diff line change 2222 "postcss" : " ^5.0.21"
2323 },
2424 "devDependencies" : {
25- "ava" : " ^0.14 .0" ,
25+ "ava" : " ^0.16 .0" ,
2626 "coveralls" : " ^2.11.12" ,
27- "eslint" : " ^2.10.0" ,
28- "eslint-config-postcss" : " ^2.0.2" ,
27+ "eslint" : " ^3.6.0" ,
28+ "eslint-config-airbnb-base" : " ^7.2.0" ,
29+ "eslint-plugin-import" : " ^1.16.0" ,
2930 "nyc" : " ^8.1.0"
3031 },
3132 "scripts" : {
3435 "coverage" : " nyc report --reporter=text-lcov | coveralls"
3536 },
3637 "eslintConfig" : {
37- "extends" : " eslint-config-postcss/es5 " ,
38+ "extends" : " airbnb-base " ,
3839 "rules" : {
39- "max-len" : [
40- 1 ,
41- 80
42- ]
40+ "indent" : [" error" , 4 ],
41+ "import/no-extraneous-dependencies" : [" off" ],
42+ "strict" : [" off" ],
43+ "no-mixed-operators" : [" off" ],
44+ "max-len" : [" warn" , 100 ],
45+ "no-param-reassign" : [" off" ]
4346 }
4447 }
4548}
You can’t perform that action at this time.
0 commit comments