4.1.4 ⢠Published 4 years ago
eslint-config-lowmess v4.1.4
This is my ESLint config. It is meant to be used with Prettier and prettier-config-lowmess
. As such, any conflicting stylistic rules have been disabled.
š®
Usage in mixed JS & TS environments
Annoyingly, including an override for .ts
files in the base config means any project that uses it needs to install TypeScript as a dependency. Boo.
{
"extends": ["lowmess"],
"overrides": [
{
"files": ["**/*.ts?(x)"],
"extends": ["lowmess/typescript"]
}
]
}
4.1.4
4 years ago
4.1.3
4 years ago
4.1.2
4 years ago
4.1.1
4 years ago
4.1.0
4 years ago
4.0.0
5 years ago
3.2.2
6 years ago
3.2.1
6 years ago
3.2.0
6 years ago
3.1.1
6 years ago
3.1.0
6 years ago
3.0.1
6 years ago
3.0.0
6 years ago
2.4.0
6 years ago
2.3.0
6 years ago
2.2.2
6 years ago
2.2.1
6 years ago
2.2.0
6 years ago
2.1.0
6 years ago
2.0.0
6 years ago
1.1.0
8 years ago
1.0.1
8 years ago
1.0.0
8 years ago