Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sota1235/eslint-config-sota1235
Eslint config for me.
https://github.com/sota1235/eslint-config-sota1235
Last synced: about 12 hours ago
JSON representation
Eslint config for me.
- Host: GitHub
- URL: https://github.com/sota1235/eslint-config-sota1235
- Owner: sota1235
- License: mit
- Created: 2016-08-02T14:44:01.000Z (over 8 years ago)
- Default Branch: main
- Last Pushed: 2024-04-13T23:35:27.000Z (7 months ago)
- Last Synced: 2024-04-14T12:07:35.279Z (7 months ago)
- Language: JavaScript
- Size: 461 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# @sota1235/eslint-config
ESLint config for [@sota1235](https://github.com/sota1235).
Now only supports eslint v9.
### Description
### Install
```shell
npm i -D @sota1235/eslint-config
```You can use like this.
```javascript
import { configs } from '@sota1235/eslint-config';export default [
...configs.base(),
...configs.typescript({
tsconfigPath: './tsconfig.json', // optional
}),
...configs.react(),
];
```### Licence
This software is released under the MIT License, see LICENSE.txt.
## Author
[@sota1235](https://github.com/sota1235)