1.0.10 • Published 6 years ago
@temowemo/eslint-config v1.0.10
ESLint Config by temowemo
Summary:
A very opinionated ESLint configuration module with all of my personal preferences.
Check the source code to see the exact configuration.
Installation:
Install ESLint:
npm install eslint --save-dev
Install this package:
npm install @temowemo/eslint-config --save-dev
Configuration:
Create an ESLint configuration file (.eslintrc.js
):
module.exports = {
"extends": [
"@temowemo/eslint-config",
]
}
And now you are ready to go! :wave: