eslint-config-cryptolint
v1.0.12
Published
``` npm i --save-dev eslint-config-cryptolint ```
Readme
Install
npm i --save-dev eslint-config-cryptolintIf using npm 5+, use this shortcut
npx install-peerdeps --dev eslint-config-cryptolintAdd 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
