1.0.23 • Published 8 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
8 months ago
1.0.18
8 months ago
1.0.21
8 months ago
1.0.20
8 months ago
1.0.23
8 months ago
1.0.17
9 months ago
1.0.16
9 months ago
1.0.15
9 months ago
1.0.14
9 months ago
1.0.13
10 months ago
1.0.12
10 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