Skip to content
/ eslint Public

Shared eslint for my projects

License

Notifications You must be signed in to change notification settings

unsync/eslint

Repository files navigation

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',
  }
})

About

Shared eslint for my projects

Resources

License

Stars

Watchers

Forks

Packages

No packages published