1
0
mirror of https://github.com/LaCasemate/fab-manager.git synced 2024-11-28 09:24:24 +01:00

added somes rules

This commit is contained in:
Sylvain 2022-06-15 18:03:00 +02:00
parent cd17c17f46
commit 98d091cf87
3 changed files with 16 additions and 6 deletions

View File

@ -53,7 +53,10 @@
"import/no-unused-modules": ["error", { "missingExports": true }],
"fabmanager/component-class-named-as-component": ["error", { "ignoreAbstractKeyword": true }],
"fabmanager/component-named-like-file": "error",
"fabmanager/component-documentation": "error"
"fabmanager/component-documentation": "error",
"fabmanager/component-methods-documentation": "error",
"fabmanager/no-bootstrap": "error",
"fabmanager/no-utilities": "error"
}
},
{

View File

@ -25,7 +25,7 @@
"@typescript-eslint/parser": "^5.17.0",
"eslint": "~8.12.0",
"eslint-config-standard": "~17.0.0-1",
"eslint-plugin-fabmanager": "^0.2.2",
"eslint-plugin-fabmanager": "^0.4.2",
"eslint-plugin-html-erb": "^1.0.1",
"eslint-plugin-import": "~2.25.4",
"eslint-plugin-n": "^15.1.0",

View File

@ -4082,10 +4082,12 @@ eslint-plugin-es@^4.1.0:
eslint-utils "^2.0.0"
regexpp "^3.0.0"
eslint-plugin-fabmanager@^0.2.2:
version "0.2.2"
resolved "https://registry.yarnpkg.com/eslint-plugin-fabmanager/-/eslint-plugin-fabmanager-0.2.2.tgz#395acebad1d4b5e98e2a4843f0970740081592c5"
integrity sha512-GWAJzJhr59s3+/A3amSu4UtmeoUPB3pkzxFOEeAHKdkkZ5WfIS3Hlfx7gKe9CdC7Moli0VK+ZZ7KT2Xcc26S4A==
eslint-plugin-fabmanager@^0.4.2:
version "0.4.2"
resolved "https://registry.yarnpkg.com/eslint-plugin-fabmanager/-/eslint-plugin-fabmanager-0.4.2.tgz#87f18b13a29fe77dcbb9cb8c4a996b0b108f8a07"
integrity sha512-3SKm4YXXzrgQYnaCmk0/QLh+2YaCSMAZFazC7fFB57BBo0PR70YMrGNoyiEW4oQ52qYNeIMwlFHHNPEgWfcwsw==
dependencies:
requireindex "^1.2.0"
eslint-plugin-html-erb@^1.0.1:
version "1.0.1"
@ -6791,6 +6793,11 @@ require-from-string@^2.0.2:
resolved "https://registry.yarnpkg.com/require-from-string/-/require-from-string-2.0.2.tgz#89a7fdd938261267318eafe14f9c32e598c36909"
integrity sha512-Xf0nWe6RseziFMu+Ap9biiUbmplq6S9/p+7w7YXP/JBHhrUDDUhwa+vANyubuqfZWTveU//DYVGsDG7RKL/vEw==
requireindex@^1.2.0:
version "1.2.0"
resolved "https://registry.yarnpkg.com/requireindex/-/requireindex-1.2.0.tgz#3463cdb22ee151902635aa6c9535d4de9c2ef1ef"
integrity sha512-L9jEkOi3ASd9PYit2cwRfyppc9NoABujTP8/5gFcbERmo5jUoAKovIC3fsF17pkTnGsrByysqX+Kxd2OTNI1ww==
requires-port@^1.0.0:
version "1.0.0"
resolved "https://registry.yarnpkg.com/requires-port/-/requires-port-1.0.0.tgz#925d2601d39ac485e091cf0da5c6e694dc3dcaff"