1.2.9 • Published 6 years ago
eslint-config-logicspot v1.2.9
Logicspot (http://logicspot.com) ESLint config file
Default Logicspot ESLint config, with added Prettier warnings for consistant code
Install:
npm install eslint-config-logicspot
Add to your ESLint config (.eslintrc
or simular):
{
"extends": ["eslint-config-logicspot"]
}
By default this config supports ES6, but to downgrade to an ES5 only prodject, you can use this config instead
{
"extends": ["eslint-config-logicspot/legacy"]
}
1.2.9
6 years ago
1.2.8
6 years ago
1.2.7
6 years ago
1.2.6
6 years ago
1.2.5
6 years ago
1.2.2
6 years ago
1.2.1
6 years ago
1.2.0
6 years ago
1.1.4
7 years ago
1.1.3
7 years ago
1.1.2
7 years ago
1.1.1
7 years ago
1.1.0
7 years ago
1.0.5
7 years ago
1.0.4
7 years ago
1.0.3
7 years ago
1.0.2
7 years ago
1.0.1
7 years ago
1.0.0
7 years ago