1.0.2 • Published 1 year ago

@autosoft/eslint-config v1.0.2

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

If I should maintain this repo, please ⭐️

DM me on Twitter if you have questions or suggestions.


Installation

yarn add --dev @autosoft/eslint-config
npm install --save-dev @autosoft/eslint-config
pnpm add --save-dev @autosoft/eslint-config

Usage

In your package.json file:

{
  "eslintConfig": {
    "extends": "@autosoft/eslint-config"
  }
}

ESLint

Now to run ESLint, run yarn eslint source or npm run eslint source.

MIT