2.1.0 • Published 4 months ago
eslint-config-comfortable v2.1.0
eslint-config-comfortable
ESlint configuration for React + TS projects.
Installation:
npm i -D eslint-config-comfortable
After installing the package, you must add a link to eslint.config.js
:
import comfortableConfig from 'eslint-config-comfortable';
export default [...comfortableConfig]