1.1.0 • Published 2 years ago
eslint-config-stlato v1.1.0
eslint-config-stlato
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}'