@tata-v/eslint-config-nextjs 1.0.2 → 1.0.4

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 (3) hide show
  1. package/index.js +23 -1
  2. package/package.json +1 -1
  3. package/yarn-error.log +0 -48
package/index.js CHANGED
@@ -63,6 +63,28 @@ module.exports = {
63
63
  'no-redeclare:': 'off',
64
64
  'prefer-destructuring': 'off',
65
65
  'no-unsafe-optional-chaining': 'off',
66
- 'jsx-a11y/label-has-associated-control': 'off'
66
+ 'jsx-a11y/label-has-associated-control': 'off',
67
+ 'import/no-absolute-path': 'error',
68
+ 'func-names': 'off',
69
+ 'react/no-unknown-property': 'off',
70
+ 'no-multi-assign': 'off',
71
+ '@typescript-eslint/no-use-before-define': 'off',
72
+ 'no-plusplus': 'off',
73
+ 'no-return-assign': 'off',
74
+ 'react-hooks/rules-of-hooks': 'off',
75
+ 'no-restricted-imports': [
76
+ 'error',
77
+ {
78
+ 'patterns': ['@/*']
79
+ }
80
+ ]
81
+ },
82
+ settings: {
83
+ 'import/resolver': {
84
+ 'node': {
85
+ 'paths': ['src'],
86
+ 'extensions': ['.js', '.jsx', '.ts', '.tsx']
87
+ }
88
+ }
67
89
  }
68
90
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tata-v/eslint-config-nextjs",
3
- "version": "1.0.2",
3
+ "version": "1.0.4",
4
4
  "main": "index.js",
5
5
  "keywords": [],
6
6
  "author": {
package/yarn-error.log DELETED
@@ -1,48 +0,0 @@
1
- Arguments:
2
- /Users/hyeona/.nvm/versions/node/v20.12.2/bin/node /Users/hyeona/.node/corepack/yarn/1.22.19/bin/yarn.js add @typescript-eslint/parser
3
-
4
- PATH:
5
- /Users/hyeona/.nvm/versions/node/v20.12.2/bin:/opt/homebrew/bin:/usr/local/bin:/opt/homebrew/bin:/Users/hyeona/.rbenv/shims:/opt/homebrew/bin:/usr/local/opt/python/libexec/bin:/Users/hyeona/.nvm/versions/node/v18.17.0/bin:/usr/local/bin:/System/Cryptexes/App/usr/bin:/usr/bin:/bin:/usr/sbin:/sbin:/var/run/com.apple.security.cryptexd/codex.system/bootstrap/usr/local/bin:/var/run/com.apple.security.cryptexd/codex.system/bootstrap/usr/bin:/var/run/com.apple.security.cryptexd/codex.system/bootstrap/usr/appleinternal/bin:/Library/Apple/usr/bin:/Users/hyeona/Library/Android/sdk/emulator:/Users/hyeona/Library/Android/sdk/platform-tools
6
-
7
- Yarn version:
8
- 1.22.19
9
-
10
- Node version:
11
- 20.12.2
12
-
13
- Platform:
14
- darwin arm64
15
-
16
- Trace:
17
- Error: ENOENT: no such file or directory, copyfile '/Users/hyeona/Library/Caches/Yarn/v6/npm-ms-2.1.3-574c8138ce1d2b5861f0b44579dbadd60c6615b2-integrity/node_modules/ms/license.md' -> '/Users/hyeona/Desktop/desktopFolder/1_프로젝트/7_eslint/tata-eslint-config/eslint-config-nextjs/node_modules/eslint-module-utils/node_modules/ms/license.md'
18
-
19
- npm manifest:
20
- {
21
- "name": "@tata-v/eslint-config-nextjs",
22
- "version": "1.0.0",
23
- "main": "index.js",
24
- "keywords": [],
25
- "author": {
26
- "name": "tata-v",
27
- "email": "tatahyeonv@gmail.com"
28
- },
29
- "license": "ISC",
30
- "publishConfig": {
31
- "access": "public",
32
- "registry": "https://registry.npmjs.org/"
33
- },
34
- "devDependencies": {
35
- "@typescript-eslint/eslint-plugin": "^7.8.0",
36
- "@typescript-eslint/parser": "^7.8.0",
37
- "eslint-config-airbnb": "^19.0.4",
38
- "eslint-config-airbnb-typescript": "^18.0.0",
39
- "eslint-plugin-import": "^2.29.1",
40
- "eslint-plugin-jsx-a11y": "^6.8.0"
41
- }
42
- }
43
-
44
- yarn manifest:
45
- No manifest
46
-
47
- Lockfile:
48
- No lockfile