1.0.23 • Published 7 months ago
@vroskus/eslint-config v1.0.23
@vroskus/eslint-config
Eslint config to make code proper
Installation
Call:
npm install -D @vroskus/eslint-config
yarn add -D @vroskus/eslint-config
Usage
import eslintConfig from '@vroskus/eslint-config';
/* eslintConfig.browser() for dom, eslintConfig.node() for node */
const config = eslintConfig.<browser | node>({
configs: /* array of additional configs */
rules: /* object of additional rules */
});
export default [
...config,
{
/*... */
},
// ...
];
1.0.19
7 months ago
1.0.18
7 months ago
1.0.21
7 months ago
1.0.20
7 months ago
1.0.23
7 months ago
1.0.17
7 months ago
1.0.16
7 months ago
1.0.15
7 months ago
1.0.14
7 months ago
1.0.13
9 months ago
1.0.12
9 months ago
1.0.9
11 months ago
1.0.8
11 months ago
1.0.11
11 months ago
1.0.10
11 months ago
1.0.7
11 months ago
1.0.6
11 months ago
1.0.5
11 months ago
1.0.4
11 months ago
1.0.3
11 months ago
1.0.2
11 months ago
1.0.1
11 months ago
1.0.0
11 months ago