0.0.10 • Published 9 months ago
eslint-config-dotori-base v0.0.10
eslint-config-dotori-base
Note: This package is based on the dotori-ui package, so the default settings may change in the future.
eslint-config-dotori-base is a configuration package for ESLint. This package is designed to simplify eslint setup.
Installation
To install the package, use the following commands:
# airbnb-base dependency
npm install eslint-config-dotori-base --save-dev
and please install peerDependencies
npm install eslint --save-dev
Usage
Extend your ESLint configuration file (.eslintrc.js or .eslintrc.json) as follows:
{
"extends": [
"eslint-config-dotori-base",
]
}
License
This project is licensed under the MIT License.
Related
- eslint
- eslint-config-airbnb-base
- eslint-config-prettier