Luke Childs
9 years ago
commit
25c2992c12
1 changed files with 26 additions and 0 deletions
@ -0,0 +1,26 @@ |
|||
{ |
|||
"name": "eslint-config-lukechilds", |
|||
"version": "0.1.0", |
|||
"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" |
|||
} |
Loading…
Reference in new issue