@hyoban/eslint-config-react

8.0.2 • Public • Published

@hyoban/eslint-config-react

Use this with prettier, typescript, tailwindcss.

Install

ni -D eslint @hyoban/eslint-config-react

Usage

package.json

{
  "scripts": {
    "lint": "eslint --fix ."
  },
  "eslintConfig": {
    "extends": ["@hyoban/eslint-config-react"]
  }
}

.vscode/settings.json

{
  "editor.codeActionsOnSave": {
    "source.fixAll.eslint": true
  },
  "eslint.validate": ["typescript", "typescriptreact"],
  "typescript.preferences.importModuleSpecifier": "non-relative",

  // optional
  "eslint.workingDirectories": ["./packages/web"]
}

Versions

Current Tags

VersionDownloads (Last 7 Days)Tag
8.0.2
2latest

Version History

VersionDownloads (Last 7 Days)Published
8.0.2
2
8.0.1
0
8.0.0
0
7.1.4
0
7.1.3
1
7.1.2
1
7.1.1
0
7.1.0
0
7.0.0
0
6.3.8
0
6.3.7
0
6.3.6
1
6.3.4
0
6.3.3
0
6.3.2
0
6.3.1
0
6.3.0
0
6.2.9
0
6.2.8
0
6.2.7
0
6.2.6
0
6.2.5
0
6.2.3
0
6.2.2
0
6.2.1
0
6.2.0
0
6.1.0
0
6.0.6
0
6.0.5
0
6.0.30
6.0.10
6.0.00
5.1.20
5.1.00
5.0.80
5.0.40
5.0.30
5.0.10
5.0.00
4.2.00
4.1.30
4.1.20
4.1.10
4.1.00
4.0.180
4.0.170
4.0.160
4.0.150
4.0.140
4.0.130
4.0.120
4.0.110
4.0.100
4.0.90
4.0.80
4.0.70
4.0.60
4.0.40
4.0.30
4.0.20
4.0.10
4.0.00
3.0.30
3.0.20
3.0.10
3.0.00
2.1.10
2.1.00
2.0.40
2.0.30
2.0.20
2.0.10
2.0.00
1.2.50
1.2.40
1.2.30
1.2.20
1.2.10
1.2.00
1.1.31
1.1.20
1.1.10
1.1.00
1.0.11
1.0.00
0.1.100
0.1.90
0.1.80
0.1.70
0.1.60
0.1.50
0.1.40
0.1.30
0.1.20

Package Sidebar

Install

npm i @hyoban/eslint-config-react

Weekly Downloads

7

Version

8.0.2

License

MIT

Unpacked Size

3.29 kB

Total Files

4

Last publish

Collaborators

  • hyoban