Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 12 days 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 (about 4 years ago)
- Default Branch: main
- Last Pushed: 2024-04-11T12:15:55.000Z (7 months ago)
- Last Synced: 2024-10-14T23:55:22.715Z (24 days 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
[![Conventional Commits](https://img.shields.io/badge/Conventional%20Commits-1.0.0-yellow.svg)](https://conventionalcommits.org)
[![semantic-release](https://img.shields.io/badge/%20%20%F0%9F%93%A6%F0%9F%9A%80-semantic--release-e10079.svg)](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)