UNPKG

760 BJSONView Raw
1{
2 "name": "@bolt/config-eslint",
3 "description": "Bolt Design System's ESLint config",
4 "keywords": [
5 "eslint",
6 "eslintconfig",
7 "config",
8 "javascript",
9 "styleguide"
10 ],
11 "version": "1.0.3",
12 "author": "Salem Ghoweri",
13 "homepage": "https://bolt-design-system.com",
14 "license": "MIT",
15 "repository": "https://github.com/bolt-design-system/bolt/tree/master/packages/config-presets/config-eslint",
16 "bugs": "https://github.com/bolt-design-system/bolt/issues",
17 "dependencies": {
18 "babel-eslint": "^7.2.3",
19 "eslint": "^3.19.0",
20 "eslint-config-airbnb-base": "^11.3.2",
21 "eslint-plugin-import": "^2.9.0"
22 },
23 "engines": {
24 "node": ">= 6"
25 },
26 "main": "index.js",
27 "publishConfig": {
28 "access": "public"
29 }
30}