1.0.8 • Published 1 year ago

@fxhxyz/eslint-config v1.0.8

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year 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

1 year ago

1.0.7

1 year ago

1.0.6

1 year ago

1.0.5

1 year ago

1.0.4

1 year ago

1.0.3

1 year ago

1.0.1

1 year ago