UNPKG

@nwoltman/eslint-config

Version:

My personal, highly specific ESLint config

29 lines (28 loc) 647 B
{ "name": "@nwoltman/eslint-config", "version": "0.6.0", "description": "My personal, highly specific ESLint config", "main": "config.json", "files": [ "config.json" ], "author": "Nathan Woltman <nwoltman@outlook.com>", "license": "MIT", "homepage": "https://github.com/nwoltman/eslint-config", "repository": "github:nwoltman/eslint-config", "bugs": "https://github.com/nwoltman/eslint-config/issues", "keywords": [ "eslint", "config", "eslintconfig" ], "peerDependencies": { "eslint": ">=6.7.1" }, "devDependencies": { "eslint": "^6.7.1" }, "scripts": { "test": "eslint test" } }