@ioprojects/eslint-config (1.2.0)

Published 2023-09-03 17:18:19 +02:00 by IO-Projects in IO-ProjectsOfficial/eslint-config

Installation

@ioprojects:registry=
npm install @ioprojects/eslint-config@1.2.0
"@ioprojects/eslint-config": "1.2.0"

About this package

eslint-config

This repository is the NPM package for ESLINT configuration of IO-Projects TypeScript front-end projects.

Installation

Add the registery to your .npmrc file:

@ioprojects:registry=https://git.endmove.eu/api/packages/IO-ProjectsOfficial/npm/

Install the package:

# with yarn
yarn add -D @ioprojects/eslint-config

# with npm
npm install --save-dev @ioprojects/eslint-config

Usage

Add the following to your .eslintrc.js file:

module.exports = {
  extends: [
    '@ioprojects/eslint-config'
  ]
}

Or

Add the following to your .eslintrc.json file:

{
  "extends": [
    "@ioprojects/eslint-config"
  ]
}

Or

Add the following to your .eslintrc.cjs file:

module.exports = require('@ioprojects/eslint-config');

Note for developers

When your pull request is merged into the master branch, you can promote your build on drone.endmove.eu to create a usable version. Use master as the target, and add the VERSION parameter with one of these values: major | minor | patch | premajor | preminor | prepatch | prerelease.

Dependencies

Dependencies

ID Version
@typescript-eslint/eslint-plugin ^6.5.0
@typescript-eslint/parser ^6.5.0
eslint ^8.48.0
eslint-config-prettier ^9.0.0
eslint-plugin-cypress ^2.14.0
eslint-plugin-import ^2.28.1
eslint-plugin-jest ^27.2.3
eslint-plugin-prettier ^5.0.0
eslint-plugin-vue ^9.17.0
prettier ^3.0.3

Keywords

io-project eslint
Details
npm
2023-09-03 17:18:19 +02:00
244
IO-Projects
SEE LICENSE FILE
latest
1.9 KiB
Assets (1)
Versions (5) View all
1.2.0-snapshot.115 2024-05-19
1.2.0 2023-09-03
1.1.1 2023-09-02
1.1.0 2023-06-28
1.0.1 2023-06-28