home
This commit is contained in:
parent
a71a3b5593
commit
cb52890889
16657 changed files with 1483086 additions and 1 deletions
21
home/ags/node_modules/eslint-plugin-n/lib/configs/_commons.js
generated
vendored
Normal file
21
home/ags/node_modules/eslint-plugin-n/lib/configs/_commons.js
generated
vendored
Normal file
|
|
@ -0,0 +1,21 @@
|
|||
"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