File tree Expand file tree Collapse file tree 2 files changed +7
-4
lines changed
packages/eslint-config-default Expand file tree Collapse file tree 2 files changed +7
-4
lines changed Original file line number Diff line number Diff line change @@ -20,9 +20,12 @@ module.exports = {
2020 'no-underscore-dangle' : [ 'error' , {
2121 'allowAfterThis' : true
2222 } ] ,
23- 'object-shorthand' : [ 'error' , 'never ' ] ,
23+ 'object-shorthand' : [ 'error' , 'methods ' ] ,
2424 'prefer-destructuring' : [ 'error' , {
2525 'array' : false
26- } ]
26+ } ] ,
27+ "no-param-reassign" : [
28+ "error" , { "props" : false }
29+ ]
2730 }
2831} ;
Original file line number Diff line number Diff line change 11{
22 "name" : " @leviy/eslint-config-default" ,
3- "version" : " 1.0.1 " ,
3+ "version" : " 1.1.0 " ,
44 "repository" : {
55 "type" : " git" ,
66 "url" :
" git+ssh://[email protected] :leviy/javascript-coding-standard.git" 77 },
88 "homepage" : " https://github.com/leviy/javascript-coding-standard/tree/master/packages/eslint-config-default/" ,
99 "dependencies" : {
10- "eslint-config-airbnb-base" : " ^12 .1" ,
10+ "eslint-config-airbnb-base" : " ^13 .1" ,
1111 "eslint-plugin-jest" : " ^21.15"
1212 },
1313 "peerDependencies" : {
You can’t perform that action at this time.
0 commit comments