🎉 initiate project *astro_rewrite*
This commit is contained in:
parent
ffd4d5e86c
commit
2ba37bfbe3
8658 changed files with 2268794 additions and 2538 deletions
49
node_modules/astring/.eslintrc.json
generated
vendored
Normal file
49
node_modules/astring/.eslintrc.json
generated
vendored
Normal file
|
|
@ -0,0 +1,49 @@
|
|||
{
|
||||
"plugins": ["import"],
|
||||
"extends": ["eslint:recommended", "plugin:import/errors", "prettier"],
|
||||
"env": {
|
||||
"es6": true
|
||||
},
|
||||
"parserOptions": {
|
||||
"ecmaVersion": 13,
|
||||
"sourceType": "module"
|
||||
},
|
||||
"globals": {
|
||||
"console": true,
|
||||
"global": true,
|
||||
"module": true,
|
||||
"process": true,
|
||||
"require": true,
|
||||
"window": true,
|
||||
"__dirname": true
|
||||
},
|
||||
"overrides": [
|
||||
{
|
||||
"files": ["src/tests/fixtures/**/*.js"],
|
||||
"rules": {
|
||||
"constructor-super": 0,
|
||||
"getter-return": 0,
|
||||
"no-cond-assign": 0,
|
||||
"no-constant-condition": 0,
|
||||
"no-control-regex": 0,
|
||||
"no-debugger": 0,
|
||||
"no-dupe-class-members": 0,
|
||||
"no-dupe-keys": 0,
|
||||
"no-duplicate-case": 0,
|
||||
"no-empty": 0,
|
||||
"no-inner-declarations": 0,
|
||||
"no-irregular-whitespace": 0,
|
||||
"no-redeclare": 0,
|
||||
"no-sparse-arrays": 0,
|
||||
"no-undef": 0,
|
||||
"no-unreachable": 0,
|
||||
"no-unsafe-negation": 0,
|
||||
"no-unused-labels": 0,
|
||||
"no-unused-vars": 0,
|
||||
"no-useless-escape": 0,
|
||||
"no-var": 0,
|
||||
"no-loss-of-precision": 0
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue