Website Structure
This commit is contained in:
parent
62812f2090
commit
71f0676a62
22365 changed files with 4265753 additions and 791 deletions
16
Frontend-Learner/node_modules/cluster-key-slot/.eslintrc
generated
vendored
Normal file
16
Frontend-Learner/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": {}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue