@putzisan/eslint-config

0.1.0 • Public • Published

ESLint-preset for web-dev

ESLint is a linter for your JS-Code. You can use it via CLI or integrate it into your development cycle.

ESLint-settings

TODO

ESLint-dependencies

package description
eslint see ESLint
eslint-config-airbnb most commonly used lint-rule-set by Airbnb, this automatically includes following plugins: eslint-plugin-import, eslint-plugin-jsx-a11y, eslint-plugin-react
eslint-plugin-import "ESLint plugin with rules that help validate proper imports."
eslint-import-resolver-node addition to eslint-plugin-import to resolve file extensions other than .js (e.g. necessary to import .ts/.tsx files)
eslint-plugin-jsx-a11y "Static AST checker for accessibility rules on JSX elements."
eslint-plugin-react "React specific linting rules for ESLint"
eslint-plugin-prettier used via the Recommended Configuration, so it will also extend the rules via eslint-config-prettier
eslint-config-prettier Turns off rules that might conflict with Prettier.

Readme

Keywords

none

Package Sidebar

Install

npm i @putzisan/eslint-config

Weekly Downloads

0

Version

0.1.0

License

MIT

Unpacked Size

119 kB

Total Files

5

Last publish

Collaborators

  • putzisan