@nitra/eslint-config 3.4.1 → 3.4.2
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 +2 -3
- package/package.json +1 -1
package/index.js
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
|
-
import microsoftSdl from '@microsoft/eslint-plugin-sdl'
|
|
2
1
|
import js from '@eslint/js'
|
|
2
|
+
import microsoftSdl from '@microsoft/eslint-plugin-sdl'
|
|
3
3
|
import { flatConfigs as importPlugin } from 'eslint-plugin-import'
|
|
4
4
|
import jsdocPlugin from 'eslint-plugin-jsdoc'
|
|
5
|
+
import { configs as jsoncConfigs } from 'eslint-plugin-jsonc'
|
|
5
6
|
import markdownPlugin from 'eslint-plugin-markdown'
|
|
6
7
|
import nodePlugin from 'eslint-plugin-n'
|
|
7
8
|
import oxlint from 'eslint-plugin-oxlint'
|
|
8
9
|
import securityPlugin from 'eslint-plugin-security'
|
|
9
10
|
import unicornPlugin from 'eslint-plugin-unicorn'
|
|
10
11
|
import vuePlugin from 'eslint-plugin-vue'
|
|
11
|
-
import { configs as jsoncConfigs } from 'eslint-plugin-jsonc'
|
|
12
12
|
import { configs as ymlConfigs } from 'eslint-plugin-yml'
|
|
13
13
|
import globals from 'globals'
|
|
14
14
|
|
|
@@ -173,7 +173,6 @@ const vue = [
|
|
|
173
173
|
...vuePlugin.configs['flat/recommended'],
|
|
174
174
|
{
|
|
175
175
|
rules: {
|
|
176
|
-
'import/named': 'off',
|
|
177
176
|
'vue/no-v-html': 'off',
|
|
178
177
|
'vue/html-indent': 'off',
|
|
179
178
|
'vue/max-attributes-per-line': 'off',
|