@nitra/eslint-config 3.1.2 → 3.1.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/index.js +3 -3
- package/package.json +1 -1
package/index.js
CHANGED
|
@@ -6,8 +6,8 @@ import jsdocPlugin from 'eslint-plugin-jsdoc'
|
|
|
6
6
|
import markdownPlugin from 'eslint-plugin-markdown'
|
|
7
7
|
import nodePlugin from 'eslint-plugin-n'
|
|
8
8
|
import oxlint from 'eslint-plugin-oxlint'
|
|
9
|
-
import securityPlugin from 'eslint-plugin-security'
|
|
10
|
-
import unicornPlugin from 'eslint-plugin-unicorn'
|
|
9
|
+
// import securityPlugin from 'eslint-plugin-security'
|
|
10
|
+
// import unicornPlugin from 'eslint-plugin-unicorn'
|
|
11
11
|
import vuePlugin from 'eslint-plugin-vue'
|
|
12
12
|
import eslintYmlPlugin from 'eslint-plugin-yml'
|
|
13
13
|
import globals from 'globals'
|
|
@@ -83,7 +83,7 @@ const all = [
|
|
|
83
83
|
// Тільки для node js проектів
|
|
84
84
|
const node = [
|
|
85
85
|
nodePlugin.configs['flat/recommended-module'],
|
|
86
|
-
securityPlugin.configs.recommended,
|
|
86
|
+
// securityPlugin.configs.recommended,
|
|
87
87
|
// { plugins: { '@microsoft/eslint-plugin-sdl': sdlPlugin } },
|
|
88
88
|
{
|
|
89
89
|
rules: {
|