1.0.1 • Published 4 years ago
@jvdx/eslint-config-jvdx v1.0.1
@jvdx/eslint-config-jvdx
jvdx's eslint configuration, with sensible defaults for ES6, React and Typescript projects.
Installation
(1) Install this configuration as well as it's peer dependencies:
# Using npm
$ npm i -D eslint prettier @jvdx/eslint-config-jvdx
# Using yarn
$ yarn add -D eslint prettier @jvdx/eslint-config-jvdx
(2) Configure eslint in your package.json
:
{
"eslintConfig": {
"extends": "@jvdx/eslint-config-jvdx"
}
}