@shakuroinc/eslint-config-react 6.0.5 → 6.2.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.
Files changed (2) hide show
  1. package/.eslintrc.js +3 -1
  2. package/package.json +1 -1
package/.eslintrc.js CHANGED
@@ -1,3 +1,4 @@
1
+ // @ts-check
1
2
  /* eslint-disable @typescript-eslint/naming-convention */
2
3
  module.exports = {
3
4
  parser: '@typescript-eslint/parser',
@@ -195,7 +196,7 @@ module.exports = {
195
196
  ['^\\u0000'],
196
197
  ['^react', '^next', '^[^.]'],
197
198
  ['^@shakuroinc/', '^@sh/'],
198
- ['^libs$', '^libs/', '^features/'],
199
+ ['^@/', '^~/', '^#/', '^libs$', '^libs/', '^features/'],
199
200
  ['^\\.\\.(?!/?$)', '^\\.\\./?$', '^\\./(?=.*/)(?!/?$)', '^\\.(?!/?$)', '^\\./?$'],
200
201
  ['^.+\\.s?css$'],
201
202
  ],
@@ -205,6 +206,7 @@ module.exports = {
205
206
  'tailwindcss/classnames-order': 2,
206
207
  'tailwindcss/no-contradicting-classname': 2,
207
208
  'tailwindcss/no-custom-classname': 1,
209
+ quotes: ['error', 'single', { allowTemplateLiterals: false, avoidEscape: true }],
208
210
  },
209
211
 
210
212
  overrides: [
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@shakuroinc/eslint-config-react",
3
- "version": "6.0.5",
3
+ "version": "6.2.0",
4
4
  "main": ".eslintrc.js",
5
5
  "author": "Shakuro team",
6
6
  "license": "MIT",