@ioprojects/eslint-config (1.0.1)
Installation
@ioprojects:registry=
npm install @ioprojects/eslint-config@1.0.1
"@ioprojects/eslint-config": "1.0.1"
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 @io-projects/eslint-config
# with npm
npm install --save-dev @io-projects/eslint-config
Usage
Add the following to your .eslintrc.js
file:
module.exports = {
extends: [
'@io-projects/eslint-config'
]
}
Or
Add the following to your .eslintrc.json
file:
{
"extends": [
"@io-projects/eslint-config"
]
}
Or
Add the following to your .eslintrc.cjs
file:
module.exports = require('@ioprojects/ui-eslint-base');
Dependencies
Dependencies
ID | Version |
---|---|
@typescript-eslint/eslint-plugin | ^5.60.1 |
@typescript-eslint/parser | ^5.60.1 |
eslint | ^8.43.0 |
eslint-config-prettier | ^8.8.0 |
eslint-plugin-cypress | ^2.13.3 |
eslint-plugin-import | ^2.26.0 |
eslint-plugin-jest | ^27.2.2 |
eslint-plugin-prettier | ^4.2.1 |
eslint-plugin-vue | ^9.15.1 |
prettier | ^2.8.8 |
Keywords
io-project
eslint
Details
2023-06-28 14:39:24 +02:00
Assets (1)
Versions (6)
View all
npm
28
IO-Projects
SEE LICENSE FILE
1.7 KiB
eslint-config-1.0.1.tgz
1.7 KiB