@thomaschaplin/eslint-config
Version:
Thomas Chaplin's eslint config
33 lines (32 loc) • 771 B
JSON
{
"name": "@thomaschaplin/eslint-config",
"version": "1.0.1",
"description": "Thomas Chaplin's eslint config",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/thomaschaplin/eslint-config"
},
"bugs": {
"url": "https://github.com/thomaschaplin/eslint-config/issues"
},
"homepage": "https://github.com/thomaschaplin/eslint-config#readme",
"keywords": [
"thomaschaplin",
"thomas",
"chaplin",
"eslint-config",
"eslint"
],
"author": "Thomas Chaplin <thomaschaplin@outlook.com>",
"license": "MIT",
"dependencies": {
"eslint-plugin-import": "^2.22.1"
},
"peerDependencies": {
"eslint": ">= 3"
}
}