0.5.3 • Published 7 months ago
@j10c/eslint-config v0.5.3
@j10c/eslint-config
- Double quotes, with semi
- No trailing space
- Auto fix for formatting (aimed to be used standalone without Prettier)
- Reasonable defaults, best practices, only one-line of config
Installation
$ pnpm i -D @j10c/eslint-config
Usage
Create an eslint.config.mjs
file(using flat config):
import j10c from "@j10c/eslint-config";
export default j10c();
Or use with custom config
export default [
...await j10c(),
{
// Your custom config
}
]
0.5.3
7 months ago
0.5.2
8 months ago
0.5.0
8 months ago
0.5.1
8 months ago
0.4.0
1 year ago
0.3.0-beta.2
1 year ago
0.3.0
1 year ago
0.3.0-beta.1
1 year ago
0.3.0-beta.0
1 year ago
0.2.0
2 years ago
0.1.2
2 years ago
0.1.1
2 years ago
0.1.0
2 years ago
0.0.1
2 years ago