eslint-config-cryptolint
v1.0.12
Published
``` npm i --save-dev eslint-config-cryptolint ```
Downloads
52
Readme
Install
npm i --save-dev eslint-config-cryptolint
If using npm 5+, use this shortcut
npx install-peerdeps --dev eslint-config-cryptolint
Add to the .eslintrc next lines
"extends": [ "eslint-config-cryptolint" ],
Add to the tsconfig next lines
"compilerOptions": {
"paths": {
"@/*": [ "./src/*" ],
},
}
"parserOptions": {
"project": [
"./tsconfig.json"
]
},
Description
eslint config to provide easy way to standardize node.js typescript code throw all projects with best practices and pretty view