UNPKG

eslint-config-weirdpattern

Version:

ESLint shareable config for JavaScript projects

68 lines (67 loc) 1.54 kB
{ "license": "MIT", "version": "1.1.2", "name": "eslint-config-weirdpattern", "description": " ESLint shareable config for JavaScript projects", "author": "patricio trevino <patricio@weirdpattern.com>", "main": "./index.js", "files": [ "index.js", "all.js", "react.js", "jsx-a11y.js", "lib" ], "repository": { "type": "git", "url": "https://www.github.com/weirdpattern/eslint-config-weirdpattern.git" }, "engines": { "node": ">=6.0.0" }, "keywords": [ "weirdpattern", "code", "quality", "style", "lint", "linter", "jscs", "jshint", "jslint", "eslint", "validate", "code style", "strict", "check", "checker", "verify", "enforce", "hint" ], "devDependencies": { "coveralls": "^2.13.1", "babel-eslint": "^7.2.3", "eslint": "^3.19.0", "eslint-plugin-import": "^2.3.0", "eslint-plugin-jsx-a11y": "^5.0.3", "eslint-plugin-react": "^7.0.1", "jest": "^20.0.3", "jest-cli": "^20.0.3", "minicat": "^1.0.0" }, "peerDependencies": { "eslint": "^3.19.0", "babel-eslint": "^7.2.3", "eslint-plugin-react": "^7.0.1", "eslint-plugin-jsx-a11y": "^5.0.3", "eslint-plugin-import": "^2.3.0" }, "scripts": { "check": "npm outdated", "test": "jest --config .jest.json", "coverage": "jest --config .jest.json --coverage", "coveralls": "npm run coverage && minicat coverage/lcov.info | coveralls", "prepublish": "npm run test && npm run check" } }