mirror of
https://gitlab.com/openstapps/openstapps.git
synced 2026-01-10 19:52:53 +00:00
refactor: split api into api, api-cli & api-plugin
This commit is contained in:
@@ -22,7 +22,7 @@ const config = {
|
||||
'plugin:@typescript-eslint/recommended',
|
||||
'plugin:jsdoc/recommended',
|
||||
'plugin:unicorn/recommended',
|
||||
'prettier'
|
||||
'prettier',
|
||||
],
|
||||
plugins: ['eslint-plugin-unicorn', 'eslint-plugin-jsdoc'],
|
||||
settings: {
|
||||
@@ -50,9 +50,7 @@ const config = {
|
||||
],
|
||||
'unicorn/no-nested-ternary': 'off',
|
||||
'unicorn/better-regex': 'off',
|
||||
'unicorn/no-typeof-undefined': 'off',
|
||||
'unicorn/no-non-null-assertion': 'off',
|
||||
'unicorn/prefer-array-some': 'off',
|
||||
|
||||
'jsdoc/no-types': 'error',
|
||||
'jsdoc/require-param': 'off',
|
||||
@@ -97,4 +95,4 @@ const config = {
|
||||
],
|
||||
};
|
||||
|
||||
module.exports = config
|
||||
module.exports = config;
|
||||
|
||||
Reference in New Issue
Block a user