Skip to content
/ eslint Public

Shared ESLint configuration package based on @antfu/eslint-config for standardized linting across 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 configuration package based on @antfu/eslint-config for standardized linting across projects.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published