eslint-config-fyfirman
v0.2.0
Published
ESLint configuration for my own project
Maintainers
Readme
Table of Contents
Installation
This module is distributed via npm which is bundled with node and
should be installed as one of your project's devDependencies:
npm install --save-dev eslint-config-fyfirmanThis library has a required peerDependencies listing for eslint
You should also install those library to resolve Typescript import:
npm install --save-dev eslint-import-resolver-typescriptUsage
Then add the extends to your .eslintrc.js:
module.exports = {
extends: 'fyfirman',
rules: {
// your overrides
},
}It is recommended to put the command in your package.json:
{
"scripts": {
"lint": "eslint \"**/*.{ts,tsx}\" --no-error-on-unmatched-pattern",
"lint:fix": "eslint \"**/*.{ts,tsx}\" --no-error-on-unmatched-pattern --fix"
},
}Issues
Looking to contribute? Look for the Good First Issue label.
🐛 Bugs
Please file an issue for bugs, missing documentation, or unexpected behavior.
💡 Feature Requests
Please file an issue to suggest new features. Vote on feature requests by adding a 👍. This helps maintainers prioritize what to work on.
This project follows the all-contributors specification. Contributions of any kind welcome!
