@system76/eslint-config
Version:
System76 standard eslint linting configuration
64 lines (63 loc) • 1.47 kB
JSON
{
"name": "@system76/eslint-config",
"version": "3.1.0",
"description": "System76 standard eslint linting configuration",
"main": "index.js",
"repository": {
"type": "git",
"url": "git+https://github.com/system76/web-eslint-config.git"
},
"dependencies": {
"@nuxtjs/eslint-config": "^6.0.1",
"babel-eslint": "^10.1.0",
"eslint-plugin-ava": "^12.0.0",
"eslint-plugin-import": "^2.23.4",
"eslint-plugin-promise": "^5.1.0",
"eslint-plugin-vue": "^7.11.1"
},
"devDependencies": {
"ava": "^3.15.0",
"commitizen": "^4.2.4",
"cz-conventional-changelog": "^3.3.0",
"eslint": "^7.29.0",
"semantic-release": "^17.4.4"
},
"scripts": {
"commit": "git-cz",
"lint": "eslint --config eslintrc.json test/**/*.js",
"release": "semantic-release",
"test": "ava"
},
"publishConfig": {
"access": "public"
},
"ava": {
"files": [
"test/**",
"!test/_fixtures"
]
},
"config": {
"commitizen": {
"path": "./node_modules/cz-conventional-changelog"
}
},
"engines": {
"node": ">=10.18"
},
"keywords": [
"eslint",
"hint",
"lint",
"regular",
"standard",
"style",
"system76"
],
"author": "System76 <hosting@system76.com> (https://system76.com)",
"license": "MIT",
"bugs": {
"url": "https://github.com/system76/web-eslint-config/issues"
},
"homepage": "https://github.com/system76/web-eslint-config#readme"
}