Initial commit
This commit is contained in:
18
skills/oclif-patterns/templates/.eslintrc.json
Normal file
18
skills/oclif-patterns/templates/.eslintrc.json
Normal file
@@ -0,0 +1,18 @@
|
||||
{
|
||||
"extends": [
|
||||
"oclif",
|
||||
"oclif-typescript"
|
||||
],
|
||||
"rules": {
|
||||
"object-curly-spacing": ["error", "always"],
|
||||
"unicorn/no-abusive-eslint-disable": "off",
|
||||
"unicorn/prefer-module": "off",
|
||||
"unicorn/prefer-top-level-await": "off",
|
||||
"valid-jsdoc": "off",
|
||||
"no-console": "warn",
|
||||
"no-warning-comments": "warn",
|
||||
"@typescript-eslint/explicit-module-boundary-types": "off",
|
||||
"@typescript-eslint/no-explicit-any": "warn",
|
||||
"perfectionist/sort-objects": "off"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user