@alza54/eslint-config-vue
Version:
Strict shareable config for ESLint and TypeScript that I use for my projects
41 lines (40 loc) • 975 B
JSON
{
"name": "@alza54/eslint-config-vue",
"version": "0.6.1",
"description": "Strict shareable config for ESLint and TypeScript that I use for my projects",
"main": "index.js",
"repository": "https://github.com/alza54/shellcode-styleguide.git",
"bugs": {
"url": "https://github.com/alza54/shellcode-styleguide/issues"
},
"author": "expl0it <expl0it@shellcode.team> (https://github.com/alza54)",
"homepage": "https://github.com/alza54/shellcode-styleguide#readme",
"private": false,
"license": "MIT",
"publishConfig": {
"access": "public"
},
"scripts": {
"test": "jest"
},
"babel": {
"presets": [
"@babel/env"
]
},
"peerDependencies": {
"eslint": ">=6.7.2",
"eslint-plugin-vue": ">=6.0.0"
},
"keywords": [
"shellcode.team",
"alza54",
"expl0it",
"eslint",
"eslint-config",
"eslint-plugin-vue",
"vue",
"linting"
],
"gitHead": "841dd32b8969922daa259c417f6bb384f15e9118"
}