@ioprojects/eslint-config (1.3.0-snapshot.158)

Published 2024-11-17 01:15:01 +01:00 by IO-Projects in IO-ProjectsOfficial/eslint-config

Installation

@ioprojects:registry=
npm install @ioprojects/eslint-config@1.3.0-snapshot.158
"@ioprojects/eslint-config": "1.3.0-snapshot.158"

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.21.0
@typescript-eslint/parser ^6.21.0
eslint ^8.57.1
eslint-config-prettier ^9.1.0
eslint-plugin-cypress ^2.15.2
eslint-plugin-import ^2.31.0
eslint-plugin-jest ^27.9.0
eslint-plugin-prettier ^5.2.1
eslint-plugin-vue ^9.31.0
prettier ^3.3.3

Keywords

io-project eslint
Details
npm
2024-11-17 01:15:01 +01:00
1
IO-Projects
SEE LICENSE FILE
snapshot
1.9 KiB
Assets (1)
Versions (6) View all
1.3.0-snapshot.158 2024-11-17
1.3.0 2024-06-09
1.2.0 2023-09-03
1.1.1 2023-09-02
1.1.0 2023-06-28