UNPKG

@byloth/eslint-config-vue

Version:

A collection of some common sense linting rules for Vue.js projects. ✔

39 lines (38 loc) 934 B
{ "name": "@byloth/eslint-config-vue", "version": "4.0.2", "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": "4.0.2", "eslint-plugin-vue": "^10.9.2", "vue-eslint-parser": "^10.4.1" } }