@dword-design/eslint-config 3.0.33 → 3.1.1

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.
@@ -60,6 +60,9 @@ export default (() => {
60
60
  'import/extensions': 'off',
61
61
  'import/no-commonjs': 'error',
62
62
  'import/no-dynamic-require': 'off',
63
+ 'import/no-extraneous-dependencies': ['error', {
64
+ devDependencies: ['**/*.spec.js', 'global-test-hooks.js']
65
+ }],
63
66
  'import/order': 'off',
64
67
  'import/prefer-default-export': 'off',
65
68
  'linebreak-style': ['error', 'unix'],
@@ -123,7 +126,15 @@ export default (() => {
123
126
  'simple-import-sort/imports': 'error',
124
127
  'sort-keys-fix/sort-keys-fix': 'error',
125
128
  'unicorn/template-indent': ['error', {
126
- tags: ['endent']
129
+ tags: Object.keys({
130
+ css: true,
131
+ endent: true,
132
+ html: true,
133
+ javascript: true,
134
+ sql: true,
135
+ svg: true,
136
+ xml: true
137
+ })
127
138
  }],
128
139
  'vue/no-deprecated-functional-template': 'error',
129
140
  'vue/order-in-components': 'off',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dword-design/eslint-config",
3
- "version": "3.0.33",
3
+ "version": "3.1.1",
4
4
  "repository": "dword-design/eslint-config",
5
5
  "funding": "https://github.com/sponsors/dword-design",
6
6
  "license": "MIT",