@iflow/eslint-config
Version:
ESLint Configuration
51 lines (50 loc) • 1.3 kB
JSON
{
"name": "@iflow/eslint-config",
"version": "1.3.0",
"description": "ESLint Configuration",
"main": "index.js",
"exports": {
".": "./index.js",
"./vue": "./vue.js"
},
"scripts": {
"test": "vitest run",
"lint": "eslint **/*.js",
"lint:fix": "eslint **/*.js --fix"
},
"keywords": [
"i-flow",
"eslint",
"config",
"typescript",
"vue"
],
"author": "Rico Herwig <rico.herwig@i-flow.io>",
"license": "proprietary",
"dependencies": {
"@typescript-eslint/eslint-plugin": "^6.7.2",
"@typescript-eslint/parser": "^6.7.2",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-import": "^2.28.1",
"eslint-plugin-prettier": "^5.0.0",
"eslint-plugin-vitest-globals": "^1.4.0",
"eslint-plugin-vue": "^9.17.0"
},
"devDependencies": {
"eslint": "8.49.0",
"prettier": "3.0.3",
"typescript": "5.2.2",
"vitest": "0.34.4"
},
"optionalDependencies": {
"vue": "^3.3.0"
},
"peerDependencies": {
"eslint": "^8.0.0",
"prettier": "^3.0.0",
"typescript": "^4.9.0 || ^5.0.0 || ^5.1.0 || ^5.2.0"
},
"publishConfig": {
"access": "public"
}
}