eslint-config-agirorn
Version:
My preferd eslint rules
29 lines (28 loc) • 722 B
JSON
{
"name": "eslint-config-agirorn",
"version": "0.0.3",
"description": "My preferd eslint rules",
"main": "agirorn.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/agirorn/eslint-config-agirorn.git"
},
"keywords": [
"eslint",
"mystery",
"rules"
],
"author": "Ægir Örn Símonarson <agirorn@gmail.com>",
"license": "ISC",
"bugs": {
"url": "https://github.com/agirorn/eslint-config-agirorn/issues"
},
"homepage": "https://github.com/agirorn/eslint-config-agirorn#readme",
"dependencies": {
"eslint-config-airbnb-base": "^3.0.1",
"eslint-plugin-import": "^1.9.2"
}
}