0.3.0 • Published 2 years ago

eslint-config-backpacker-react-ts v0.3.0

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

eslint-config-backpacker-react-ts

npm version Build

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",
  ],
};