@fxhxyz/eslint-config

1.0.8 • Public • Published

@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 ."
}

Readme

Keywords

Package Sidebar

Install

npm i @fxhxyz/eslint-config

Weekly Downloads

26

Version

1.0.8

License

MIT

Unpacked Size

11.1 kB

Total Files

7

Last publish

Collaborators

  • fxhxyz