1.0.0 • Published 1 year ago

@zaengle/eslint-config-base v1.0.0

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

Base ESLint Config

This is our base ESLint config for projects that do not use a JavaScript framework that can have distinct ESLint rules (e.g., Vue, React). It works well with projects that use Alpine.js or vanilla JavaScript.

Usage

// In .eslintrc.js

{
  extends: '@zaengle/eslint-config-base'
}
1.0.0

1 year ago