0.1.0 • Published 5 years ago

@putzisan/eslint-config v0.1.0

Weekly downloads
1
License
MIT
Repository
-
Last release
5 years ago

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

packagedescription
eslintsee ESLint
eslint-config-airbnbmost 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-nodeaddition 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-prettierused via the Recommended Configuration, so it will also extend the rules via eslint-config-prettier
eslint-config-prettierTurns off rules that might conflict with Prettier.