1.1.0 • Published 2 years ago

eslint-config-stlato v1.1.0

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

eslint-config-stlato

npm version

A sharable ESLint config for React TypeScript project.

Install

yarn add -D eslint-config-stlato

How to use

Add a following .eslintrc.js in your project.

module.exports = {
  extends: 'stlato',
};

Run eslint!

yarn eslint 'src/**/*.{js,jsx,ts,tsx}'