1.5.0 • Published 3 years ago

eslint-config-la-forge v1.5.0

Weekly downloads
34
License
-
Repository
-
Last release
3 years ago

La Forge - ESLint

Install

  • Run: yarn add --dev eslint eslint-config-la-forge typescript
  • Create a .eslintrc file
  • Add the content:
    {
        "extends": "config-name",
        "rules": { ... }
    }

The available configs names are:

Any rules specified in the .eslintrc file will override the selected config.

Publish

  • Commit and push your change on master.
  • Update the package by publishing to the NPM registry.

You must be logged in with NPM

$ npm version [<newversion> | major | minor | patch | premajor | preminor | prepatch | prerelease [--preid=<prerelease-id>] | from-git]
$ git push --tags origin master
$ npm publish