1.40.0 • Published 1 year ago

@hulanbv/eslint-config v1.40.0

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

Hulan ESLint Config Package

Hulan's very own portable and shareable ESLint configuration for complete and streamlined TypeScript codestyling standards.

Installation

To use the ESLint configuration, install this package to your project using the following command:

$ npm install --save-dev @hulanbv/eslint-config

Then add the following to your .eslintrc file for React projects:

{
  "extends": ["react-app", "@hulanbv/eslint-config"],
  "parserOptions": {
    "project": "./tsconfig.json"
  }
}

Development Usage

Install the packages using the Node Package Manager.

$ npm install

To use the package during development, create an archive using the pack command and install the packages manually in your project.

$ npm pack
$ npm install hulanbv-eslint-config-x.y.z.tgz

Creating Releases and Distribution

The package is distributed automatically to the Node Package Registry using GitHub Actions. In order to publish a new version, you'll need to push over your changes to the master branch including a version tag on the commit you'd like to build. Use the following command will do so. When you've pushed a new tag, make sure this tag matches your package's new version. Check the deployments tab on GitHub to follow the publish process.

$ npm version [<newversion> | major | minor | patch]
$ git push origin <tag_name>
1.40.0

1 year ago

1.39.2

2 years ago

1.39.1

2 years ago

1.39.0

2 years ago

1.38.0

2 years ago

1.37.0

2 years ago

1.36.0

2 years ago

1.35.1

2 years ago

1.35.0

2 years ago

1.34.0

2 years ago

1.33.0

2 years ago

1.32.0

2 years ago

1.31.0

2 years ago

1.30.0

2 years ago

1.29.0

2 years ago

1.28.0

2 years ago

1.27.0

2 years ago

1.26.0

2 years ago

1.25.0

2 years ago

1.24.0

2 years ago

1.23.0

2 years ago

1.22.0

2 years ago

1.21.1

2 years ago

1.21.0

2 years ago

1.20.0

2 years ago

1.19.0

2 years ago

1.18.0

2 years ago

1.17.0

2 years ago

1.16.0

2 years ago

1.15.0

2 years ago

1.14.1

2 years ago

1.14.0

2 years ago

1.13.1

2 years ago

1.13.0

2 years ago

1.12.1

2 years ago

1.12.0

2 years ago

1.11.0

2 years ago

1.10.0

2 years ago

1.9.0

2 years ago

1.8.0

2 years ago

1.7.0

2 years ago

1.6.0

2 years ago

1.5.1

2 years ago

1.5.0

2 years ago

1.4.0

2 years ago

1.3.0

2 years ago

1.2.0

2 years ago

1.1.0

2 years ago

1.0.1

2 years ago