UNPKG

eslint-plugin-brackets

Version:

ESLint style rules for minimizing diffs with line breaks around brackets

57 lines (56 loc) 1.58 kB
{ "name": "eslint-plugin-brackets", "version": "0.1.3", "description": "ESLint style rules for minimizing diffs with line breaks around brackets", "main": "dist/index.js", "scripts": { "build": "npm run clean && babel lib -d dist", "clean": "rimraf coverage dist", "lint": "eslint .", "lint:watch": "esw -w", "prepublish": "npm run build", "test": "jest --config=jest-dev.json", "test:ci": "npm run lint && npm run build && npm run test:dist && npm run test -- --coverage && codecov", "test:dist": "jest --config=jest-dist.json", "test:watch": "npm run test -- --watch" }, "repository": { "type": "git", "url": "https://github.com/kentor/eslint-plugin-brackets" }, "author": "Kenneth Chung <ken70r@gmail.com>", "license": "MIT", "bugs": { "url": "https://github.com/kentor/eslint-plugin-brackets/issues" }, "files": [ "dist/index.js", "dist/rules/*.js", "dist/utils.js" ], "homepage": "https://github.com/kentor/eslint-plugin-brackets", "keywords": [ "brackets", "eslint", "eslint-plugin", "eslint-plugin-sort", "eslintplugin", "require", "styling" ], "devDependencies": { "babel-cli": "^6.18.0", "babel-jest": "^17.0.2", "babel-plugin-transform-object-rest-spread": "^6.16.0", "babel-preset-es2015-node4": "^2.1.0", "codecov": "^1.0.1", "eslint": "^3.10.2", "eslint-config-kentor": "^3.9.1", "eslint-watch": "^2.1.14", "jest": "^17.0.3", "rimraf": "^2.5.4" }, "dependencies": { "lodash": "^4.17.2" } }