1.0.23 • Published 9 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
9 months ago
1.0.18
9 months ago
1.0.21
9 months ago
1.0.20
9 months ago
1.0.23
9 months ago
1.0.17
10 months ago
1.0.16
10 months ago
1.0.15
10 months ago
1.0.14
10 months ago
1.0.13
11 months ago
1.0.12
11 months ago
1.0.9
1 year ago
1.0.8
1 year ago
1.0.11
1 year ago
1.0.10
1 year ago
1.0.7
1 year ago
1.0.6
1 year ago
1.0.5
1 year ago
1.0.4
1 year ago
1.0.3
1 year ago
1.0.2
1 year ago
1.0.1
1 year ago
1.0.0
1 year ago