eslint-config-lmao
Version:
lmao's sharable ESLint configuration
29 lines (28 loc) • 686 B
JSON
{
"name": "eslint-config-lmao",
"version": "1.1.0",
"description": "lmao's sharable ESLint configuration",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/lmaohq/eslint-config-lmao.git"
},
"keywords": [
"lmao",
"eslint",
"eslint-config",
"eslint-config-lmao"
],
"author": "Jonathan Ohayon <me@jonathano.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/lmaohq/eslint-config-lmao/issues"
},
"homepage": "https://github.com/lmaohq/eslint-config-lmao#readme",
"peerDependencies": {
"eslint": ">= 3"
}
}