eslint-config-silverwind 101.2.2 → 101.3.0

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.js CHANGED
@@ -733,7 +733,7 @@ const eslintrc = o({
733
733
  "no-shadow": [0],
734
734
  "no-shadow-restricted-names": [2],
735
735
  "no-sparse-arrays": [2],
736
- "no-template-curly-in-string": [2],
736
+ "no-template-curly-in-string": [0],
737
737
  "no-ternary": [0],
738
738
  "no-this-before-super": [2],
739
739
  "no-throw-literal": [2],
package/dist/index.json CHANGED
@@ -2087,7 +2087,7 @@
2087
2087
  2
2088
2088
  ],
2089
2089
  "no-template-curly-in-string": [
2090
- 2
2090
+ 0
2091
2091
  ],
2092
2092
  "no-ternary": [
2093
2093
  0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "eslint-config-silverwind",
3
- "version": "101.2.2",
3
+ "version": "101.3.0",
4
4
  "description": "Exhaustive ESLint configuration",
5
5
  "author": "silverwind <me@silverwind.io>",
6
6
  "repository": "silverwind/eslint-config-silverwind",