@ioprojects/eslint-config (1.3.0-snapshot.223)
Installation
@ioprojects:registry=npm install @ioprojects/eslint-config@1.3.0-snapshot.223"@ioprojects/eslint-config": "1.3.0-snapshot.223"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.2 |
| eslint-plugin-cypress | ^2.15.2 |
| eslint-plugin-import | ^2.32.0 |
| eslint-plugin-jest | ^27.9.0 |
| eslint-plugin-prettier | ^5.5.4 |
| eslint-plugin-vue | ^9.33.0 |
| prettier | ^3.7.3 |
Keywords
io-project
eslint
Details
2025-11-30 01:22:41 +01:00
Assets (1)
Versions (7)
View all
npm
0
IO-Projects
SEE LICENSE FILE
snapshot
1.9 KiB
1.3.0-snapshot.223
2025-11-30
1.3.0-snapshot.224
2025-11-30
1.3.0
2024-06-09
1.2.0
2023-09-03
1.1.1
2023-09-02