@tripteki/eslint-config
v1.3.12
Published
Trip Teknologi's Codebase Convention
Downloads
9
Readme
Trip Teknologi's Codebase Convention.
Getting Started
Installation :
$ npm install --save-dev typescript eslint @tripteki/eslint-config
How to use :
- Put this to your created or existed
.eslintrc.*
file in the root of your project's directory :
{
"extends": [
"@tripteki/eslint-config"
]
}
Usage
npx eslint --fix .
Author
- Trip Teknologi (@tripteki)
- Hasby Maulana (@hsbmaulana)