mirror of
https://github.com/LaCasemate/fab-manager.git
synced 2025-02-21 15:54:22 +01:00
(code) add component-documentation rule
This commit is contained in:
parent
28f873c871
commit
cd17c17f46
@ -52,7 +52,8 @@
|
|||||||
"import/no-default-export": "error",
|
"import/no-default-export": "error",
|
||||||
"import/no-unused-modules": ["error", { "missingExports": true }],
|
"import/no-unused-modules": ["error", { "missingExports": true }],
|
||||||
"fabmanager/component-class-named-as-component": ["error", { "ignoreAbstractKeyword": true }],
|
"fabmanager/component-class-named-as-component": ["error", { "ignoreAbstractKeyword": true }],
|
||||||
"fabmanager/component-named-like-file": "error"
|
"fabmanager/component-named-like-file": "error",
|
||||||
|
"fabmanager/component-documentation": "error"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
@ -25,7 +25,7 @@
|
|||||||
"@typescript-eslint/parser": "^5.17.0",
|
"@typescript-eslint/parser": "^5.17.0",
|
||||||
"eslint": "~8.12.0",
|
"eslint": "~8.12.0",
|
||||||
"eslint-config-standard": "~17.0.0-1",
|
"eslint-config-standard": "~17.0.0-1",
|
||||||
"eslint-plugin-fabmanager": "^0.1.2",
|
"eslint-plugin-fabmanager": "^0.2.2",
|
||||||
"eslint-plugin-html-erb": "^1.0.1",
|
"eslint-plugin-html-erb": "^1.0.1",
|
||||||
"eslint-plugin-import": "~2.25.4",
|
"eslint-plugin-import": "~2.25.4",
|
||||||
"eslint-plugin-n": "^15.1.0",
|
"eslint-plugin-n": "^15.1.0",
|
||||||
|
@ -4082,10 +4082,10 @@ eslint-plugin-es@^4.1.0:
|
|||||||
eslint-utils "^2.0.0"
|
eslint-utils "^2.0.0"
|
||||||
regexpp "^3.0.0"
|
regexpp "^3.0.0"
|
||||||
|
|
||||||
eslint-plugin-fabmanager@^0.1.2:
|
eslint-plugin-fabmanager@^0.2.2:
|
||||||
version "0.1.2"
|
version "0.2.2"
|
||||||
resolved "https://registry.yarnpkg.com/eslint-plugin-fabmanager/-/eslint-plugin-fabmanager-0.1.2.tgz#b38f068b00946c85c51610ecc5b6ea8dd7359a91"
|
resolved "https://registry.yarnpkg.com/eslint-plugin-fabmanager/-/eslint-plugin-fabmanager-0.2.2.tgz#395acebad1d4b5e98e2a4843f0970740081592c5"
|
||||||
integrity sha512-P+Vd6CjSIWMt4DS8Aax0KWletxzcJqTsXIZ/rxdyKwrGpfw5YrJVGxV849oFyQskzcz8v/WMhRp8A98f1rU+2A==
|
integrity sha512-GWAJzJhr59s3+/A3amSu4UtmeoUPB3pkzxFOEeAHKdkkZ5WfIS3Hlfx7gKe9CdC7Moli0VK+ZZ7KT2Xcc26S4A==
|
||||||
|
|
||||||
eslint-plugin-html-erb@^1.0.1:
|
eslint-plugin-html-erb@^1.0.1:
|
||||||
version "1.0.1"
|
version "1.0.1"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user