1.0.8 • Published 12 months ago

@fxhxyz/eslint-config v1.0.8

Weekly downloads
-
License
MIT
Repository
github
Last release
12 months ago

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

12 months ago

1.0.7

12 months ago

1.0.6

12 months ago

1.0.5

12 months ago

1.0.4

12 months ago

1.0.3

12 months ago

1.0.1

12 months ago