@unsync/eslint

1.0.27 • Public • Published

eslint

Shared eslint for my projects

Install

npm install --save-dev @unsync/eslint eslint
// eslint.config.js
import eslint from '@unsync/eslint'

// possibility to override rules
export default eslint({
  rules: {
    'style/brace-style': 'off',
  }
})

Readme

Keywords

Package Sidebar

Install

npm i @unsync/eslint

Weekly Downloads

2

Version

1.0.27

License

MIT

Unpacked Size

4.37 kB

Total Files

5

Last publish

Collaborators

  • unsync