eslint-config-aftership
Version:
AfterShip ESLint config (modified from Airbnb)
42 lines (41 loc) • 900 B
JSON
{
"name": "eslint-config-aftership",
"description": "AfterShip ESLint config (modified from Airbnb)",
"version": "7.0.0",
"homepage": "https://github.com/AfterShip/eslint-config-aftership",
"author": {
"name": "AfterShip",
"email": "support@aftership.com"
},
"repository": {
"type": "git",
"url": "git://github.com/AfterShip/eslint-config-aftership.git"
},
"bugs": {
"url": "https://github.com/AfterShip/eslint-config-aftership/issues"
},
"main": "index.js",
"engines": {
"node": ">= 10"
},
"scripts": {
"lint": "eslint .",
"prepush": "npm run lint"
},
"peerDependencies": {
"eslint": "^7.6.0"
},
"devDependencies": {
"eslint": "^7.6.0",
"husky": "^4.2.5"
},
"dependencies": {
"eslint-restricted-globals": "^0.2.0"
},
"keywords": [
"aftership",
"eslint"
],
"license": "MIT",
"private": false
}