eslint-config-jolt
Version:
Default ESLint config for jolt packages.
29 lines (28 loc) • 750 B
JSON
{
"name": "eslint-config-jolt",
"version": "2.8.9",
"description": "Default ESLint config for jolt packages.",
"license": "MIT",
"author": "Mark Miyashita <negativetwelve@gmail.com>",
"homepage": "https://github.com/negativetwelve/jolt",
"repository": "https://github.com/negativetwelve/jolt/tree/master/packages/eslint-config-jolt",
"keywords": [
"eslint",
"jolt",
"lint"
],
"main": "build/config",
"files": [
"build"
],
"dependencies": {
"babel-eslint": "^7.0.0",
"eslint": "^3.8.1",
"eslint-plugin-jest": "^20.0.3"
},
"scripts": {
"build": "babel src --out-dir build --ignore '**/*.spec.js'",
"clean": "rimraf build",
"prepublishOnly": "yarn run clean && yarn run build"
}
}