eslint-config-claw
v0.1.0
Published
Shared ESLint flat config for Claw projects.
Readme
eslint-config-claw
Shared ESLint flat config for Claw projects.
Install
npm install --save-dev eslint eslint-config-clawUsage
// eslint.config.js
import claw from "eslint-config-claw";
export default claw;Use the JavaScript-only preset when you do not want TypeScript rules:
import { javascript } from "eslint-config-claw";
export default javascript;