1.1.0 • Published 3 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-stlatoHow to use
Add a following .eslintrc.js in your project.
module.exports = {
extends: 'stlato',
};Run eslint!
yarn eslint 'src/**/*.{js,jsx,ts,tsx}'