Lines Matching +full:js +full:- +full:lint
15 "main": "lib/index.js",
22 "babel-cli": "^6.14.0",
23 "babel-eslint": "^7.0.0",
24 "babel-helper-fixtures": "^6.9.0",
25 "babel-plugin-external-helpers": "^6.18.0",
26 "babel-plugin-istanbul": "^3.0.0",
27 "babel-plugin-transform-flow-strip-types": "^6.14.0",
28 "babel-preset-es2015": "^6.14.0",
29 "babel-preset-stage-0": "^6.5.0",
32 "cross-env": "^2.0.0",
34 "eslint-config-babel": "^6.0.0",
35 "eslint-plugin-flowtype": "^2.20.0",
36 "flow-bin": "^0.42.0",
40 "rollup-plugin-babel": "^2.6.1",
41 "rollup-plugin-node-resolve": "^2.0.0",
42 "rollup-watch": "^3.2.2",
43 "unicode-9.0.0": "~0.7.0"
46 "babylon": "./bin/babylon.js"
49 "build": "npm run clean && rollup -c",
50 "coverage": "nyc report --reporter=json && codecov -f coverage/coverage-final.json",
51 "lint": "eslint src bin", string
54 "prepublish": "cross-env BABEL_ENV=production npm run build",
56 "test": "npm run lint && npm run flow && npm run build -- -m && npm run test-only",
57 "test-only": "ava",
58 "test-ci": "nyc npm run test-only",
59 …"changelog": "git log `git describe --tags --abbrev=0`..HEAD --pretty=format:' * %s (%an)' | grep …
60 "watch": "npm run clean && rollup -c --watch"
64 "src/**/*.js",
65 "bin/**/*.js"
72 "test/*.js"
75 "src/**/*.js",
76 "bin/**/*.js"
81 "cross-env"