eslint-config-themis
Version:
ESLint shareable config for Warby Parker
28 lines (27 loc) • 691 B
JSON
{
"name": "eslint-config-themis",
"version": "0.1.2",
"description": "ESLint shareable config for Warby Parker",
"main": "index.js",
"scripts": {
"test": "echo \"Warn: no test specified\" && exit 0"
},
"keywords": [
"linting",
"javascript",
"warby",
"parker"
],
"author": "Warby Parker",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/WarbyParker/frontend/packages/themis/issues"
},
"homepage": "https://github.com/WarbyParker/frontend/packages/themis#readme",
"dependencies": {
"eslint": "^4.19.0",
"eslint-plugin-jest": "^21.15.0",
"eslint-plugin-jsx-a11y": "^6.0.3",
"eslint-plugin-react": "^7.7.0"
}
}