refactor start
This commit is contained in:
parent
bd49791e06
commit
e46d25f0b7
16699 changed files with 2 additions and 1484887 deletions
21
home/ags/node_modules/eslint-plugin-n/lib/configs/_commons.js
generated
vendored
21
home/ags/node_modules/eslint-plugin-n/lib/configs/_commons.js
generated
vendored
|
|
@ -1,21 +0,0 @@
|
|||
"use strict"
|
||||
|
||||
module.exports = {
|
||||
commonRules: {
|
||||
"n/no-deprecated-api": "error",
|
||||
"n/no-extraneous-import": "error",
|
||||
"n/no-extraneous-require": "error",
|
||||
"n/no-exports-assign": "error",
|
||||
"n/no-missing-import": "error",
|
||||
"n/no-missing-require": "error",
|
||||
"n/no-process-exit": "error",
|
||||
"n/no-unpublished-bin": "error",
|
||||
"n/no-unpublished-import": "error",
|
||||
"n/no-unpublished-require": "error",
|
||||
"n/no-unsupported-features/es-builtins": "error",
|
||||
"n/no-unsupported-features/es-syntax": "error",
|
||||
"n/no-unsupported-features/node-builtins": "error",
|
||||
"n/process-exit-as-throw": "error",
|
||||
"n/shebang": "error",
|
||||
},
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue