| LEFT | RIGHT |
| 1 { | 1 { |
| 2 "name": "adblockplusui", | 2 "name": "adblockplusui", |
| 3 "private": true, | 3 "private": true, |
| 4 "description": "Shared Adblock Plus UI code", | 4 "description": "Adblock Plus UI", |
| 5 "scripts": { | 5 "scripts": { |
| 6 "lint": "npm run lint:css && npm run lint:js", | 6 "lint": "npm run lint:js", |
| 7 "lint:css": "stylelint ./skin/*.css", | |
| 8 "lint:js": "eslint ./*.js ./lib/*.js ./ext/*.js", | 7 "lint:js": "eslint ./*.js ./lib/*.js ./ext/*.js", |
| 9 "prepare": "python2 ensure_dependencies.py", | 8 "prepare": "python2 ensure_dependencies.py", |
| 10 "start": "http-server $1" | 9 "start": "http-server" |
| 11 }, | 10 }, |
| 12 "devDependencies": { | 11 "devDependencies": { |
| 13 "eslint": "^4.16.0", | 12 "eslint": "^4.16.0", |
| 14 "eslint-config-eyeo": "^2.0.0", | 13 "eslint-config-eyeo": "^2.0.0", |
| 15 "http-server": "^0.11.1", | 14 "http-server": "^0.11.1" |
| 16 "stylelint": "^8.4.0", | |
| 17 "stylelint-config-eyeo": "* blocked by #6288", | |
| 18 "stylelint-config-recommended": "^2.0.1" | |
| 19 } | 15 } |
| 20 } | 16 } |
| LEFT | RIGHT |