https://github.com/jamashita/eslint-plugin
My ideal strictest eslint settings
https://github.com/jamashita/eslint-plugin
eslint eslint-plugin next nodejs react solid typescript
Last synced: 9 months ago
JSON representation
My ideal strictest eslint settings
- Host: GitHub
- URL: https://github.com/jamashita/eslint-plugin
- Owner: jamashita
- License: mit
- Created: 2020-09-01T23:04:03.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2024-04-11T12:15:55.000Z (over 1 year ago)
- Last Synced: 2025-02-28T06:03:43.545Z (10 months ago)
- Topics: eslint, eslint-plugin, next, nodejs, react, solid, typescript
- Language: JavaScript
- Homepage:
- Size: 2.81 MB
- Stars: 3
- Watchers: 2
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# eslint-plugin
[](https://conventionalcommits.org)
[](https://github.com/semantic-release/semantic-release)
ESLint Library bundle for us.
## Install
```text
yarn add @jamashita/eslint-plugin typescript -D
```
## Prerequisite
```
> node -v
v20.10.0
> npm -v
10.2.3
> yarn -v
1.22.21
```
### Apply in `.eslintrc`
```json
{
"extends": [
// import settings
"plugin:@jamashita/import",
// JSX settings
"plugin:@jamashita/jsx",
// Next.js settings, including React.js settings
"plugin:@jamashita/next",
// Node.js settings
"plugin:@jamashita/node",
// React.js settings, including JSX settings
"plugin:@jamashita/react",
// including eslint, import, Node.js, TS settings
"plugin:@jamashita/recommended",
// Solid.js settings, inclding JSX settings
"plugin:@jamashita/solid",
// TS settings
"plugin:@jamashita/ts"
]
}
```
## License
[MIT](LICENSE)