@tb-dev/eslint-config 1.4.7 → 1.4.9

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/dist/index.cjs CHANGED
@@ -132,7 +132,7 @@ function javascript(options) {
132
132
  'no-sequences': 'error',
133
133
  'no-shadow-restricted-names': 'error',
134
134
  'no-sparse-arrays': 'error',
135
- 'no-template-curly-in-string': 'error',
135
+ 'no-template-curly-in-string': 'off',
136
136
  'no-undef-init': 'error',
137
137
  'no-undefined': 'error',
138
138
  'no-unexpected-multiline': 'error',
package/dist/index.mjs CHANGED
@@ -130,7 +130,7 @@ function javascript(options) {
130
130
  'no-sequences': 'error',
131
131
  'no-shadow-restricted-names': 'error',
132
132
  'no-sparse-arrays': 'error',
133
- 'no-template-curly-in-string': 'error',
133
+ 'no-template-curly-in-string': 'off',
134
134
  'no-undef-init': 'error',
135
135
  'no-undefined': 'error',
136
136
  'no-unexpected-multiline': 'error',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tb-dev/eslint-config",
3
- "version": "1.4.7",
3
+ "version": "1.4.9",
4
4
  "description": "ESLint config",
5
5
  "license": "MIT",
6
6
  "type": "module",
@@ -60,7 +60,7 @@
60
60
  "eslint": "^8.0.0"
61
61
  },
62
62
  "files": [
63
- "dist"
63
+ "dist/**/*"
64
64
  ],
65
65
  "main": "./dist/index.cjs",
66
66
  "module": "./dist/index.mjs",