@sanv/eslint-config-unicorn
2.0.1 • Public • Published
Eslint Unicorn Configuration
- Install the correct version of package, which are listed by the command:
npm install "@sanv/eslint-config-unicorn" --save-dev
- Add next line to your
.eslintrc.js
:
module.exports = {
plugins: ['prettier'],
extends: [
'@sanv/eslint-config-unicorn',
'plugin:prettier/recommended',
],
}
Versions
Version | Downloads (Last 7 Days) | Tag |
---|
2.0.1 | 1 | latest |
Version History
Package Sidebar
Install
npm i @sanv/eslint-config-unicorn
Weekly Downloads