-first commit
This commit is contained in:
16
node_modules/cluster-key-slot/.eslintrc
generated
vendored
Normal file
16
node_modules/cluster-key-slot/.eslintrc
generated
vendored
Normal file
@@ -0,0 +1,16 @@
|
||||
{
|
||||
"extends": "airbnb-base/legacy",
|
||||
"parserOptions":{
|
||||
"ecmaFeatures": {
|
||||
"experimentalObjectRestSpread": true
|
||||
}
|
||||
},
|
||||
"rules": {
|
||||
"max-len": 0,
|
||||
"no-plusplus": 0,
|
||||
"no-bitwise": 0,
|
||||
"no-param-reassign": 0,
|
||||
"no-undef": 0
|
||||
},
|
||||
"globals": {}
|
||||
}
|
||||
Reference in New Issue
Block a user