@byloth/eslint-config-vue
Version:
A collection of some common sense linting rules for Vue.js projects. ✔
43 lines (42 loc) • 1.17 kB
JSON
{
"name": "@byloth/eslint-config-vue",
"version": "3.1.0",
"description": "A collection of some common sense linting rules for Vue.js projects. ✔",
"keywords": [
"ESLint",
"Vue.js",
"Linting",
"Rules",
"Configuration"
],
"homepage": "https://github.com/Byloth/eslint-config/tree/master/packages/eslint-config-vue#readme",
"repository": {
"type": "git",
"url": "git+https://github.com/Byloth/eslint-config.git"
},
"bugs": {
"url": "https://github.com/Byloth/eslint-config/issues"
},
"author": {
"name": "Matteo Bilotta",
"email": "me@byloth.dev",
"url": "https://www.byloth.dev/"
},
"license": "Apache-2.0",
"type": "module",
"files": [
"index.mjs",
"index.d.ts"
],
"main": "index.mjs",
"types": "index.d.ts",
"dependencies": {
"@byloth/eslint-config": "3.1.0",
"eslint-plugin-vue": "^9.32.0",
"vue-eslint-parser": "^9.4.3"
},
"devDependencies": {
"@types/eslint__eslintrc": "^2.1.2"
},
"packageManager": "pnpm@9.12.1+sha512.e5a7e52a4183a02d5931057f7a0dbff9d5e9ce3161e33fa68ae392125b79282a8a8a470a51dfc8a0ed86221442eb2fb57019b0990ed24fab519bf0e1bc5ccfc4"
}