eslint-config-backpacker-react-ts
v0.3.0
Published
Backpacker's eslint config for React with Typescript
Downloads
411
Readme
eslint-config-backpacker-react-ts
Extends backpacker-react, eslint-config-airbnb-typescript and @typescript-eslint/recommended.
To install, run
yarn add --dev eslint-config-backpacker-react-ts
Then extend it inside your .eslintrc.js
file
module.exports = {
...
extends: [
"backpacker-react-ts",
],
};