@dword-design/eslint-config 3.0.11 → 3.0.13

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.
@@ -80,7 +80,7 @@ var _default = () => {
80
80
  'no-return-assign': 'off',
81
81
  'no-template-curly-in-string': 'off',
82
82
  'no-underscore-dangle': 'off',
83
- 'node/file-extension-in-import': ['error', packageConfig.type === 'module' ? 'always' : 'never'],
83
+ 'node/file-extension-in-import': 'error',
84
84
  'object-shorthand': ['error', 'always'],
85
85
  'padding-line-between-statements': ['error', {
86
86
  blankLine: 'never',
@@ -112,7 +112,8 @@ var _default = () => {
112
112
  'prettier/prettier': ['error', {
113
113
  arrowParens: 'avoid',
114
114
  semi: false,
115
- singleQuote: true
115
+ singleQuote: true,
116
+ trailingComma: 'all'
116
117
  }],
117
118
  'promise/prefer-await-to-then': 'error',
118
119
  'react/jsx-boolean-value': 'error',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dword-design/eslint-config",
3
- "version": "3.0.11",
3
+ "version": "3.0.13",
4
4
  "repository": "dword-design/eslint-config",
5
5
  "funding": "https://github.com/sponsors/dword-design",
6
6
  "license": "MIT",