@fxhxyz/eslint-config
v1.0.8
Published
My eslint config for web/node dev
Readme
@fxhxyz/prettier-config
how to use?
- npm
npm install @fxhxyz/eslint-config -D- yarn
yarn add @fxhxyz/eslint-config -D- pnpm
pnpm add @fxhxyz/eslint-config -D- usage commonjs
// .eslintrc.cjs
module.exports = {
extends: ["@fxhxyz/eslint-config/nodejs.js"]
};
// nodejs.js
// nodets.js
// webjs.js
// webts.js
// package.json
"scripts": {
"lint": "eslint ."
}