You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
26 lines
694 B
26 lines
694 B
{
|
|
"name": "eslint-config-lukechilds",
|
|
"version": "1.2.1",
|
|
"description": "My personal eslint preferences",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/lukechilds/eslint-config-lukechilds.git"
|
|
},
|
|
"keywords": [
|
|
"lukechilds",
|
|
"luke",
|
|
"childs",
|
|
"eslint",
|
|
"config"
|
|
],
|
|
"author": "Luke Childs <lukechilds123@gmail.com> (http://lukechilds.co.uk)",
|
|
"license": "MIT",
|
|
"bugs": {
|
|
"url": "https://github.com/lukechilds/eslint-config-lukechilds/issues"
|
|
},
|
|
"homepage": "https://github.com/lukechilds/eslint-config-lukechilds#readme"
|
|
}
|
|
|