eslint-config-picnic
Version:
Shared ESLint config for picnic
32 lines (31 loc) • 751 B
JSON
{
"name": "eslint-config-picnic",
"version": "0.3.2",
"description": "Shared ESLint config for picnic",
"main": "index.js",
"scripts": {
"test": "node test.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/picnichealth/eslint-config-picnic.git"
},
"keywords": [
"eslint",
"eslintconfig",
"picnic"
],
"author": "Troy Astorino <troyastorino@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/picnichealth/eslint-config-picnic/issues"
},
"homepage": "https://github.com/picnichealth/eslint-config-picnic#readme",
"dependencies": {
"eslint-plugin-react": "^5.2.1",
"js-yaml": "^3.4.6"
},
"devDependencies": {
"@types/js-yaml": "^3.11.4"
}
}