warnie
Version:
Unified linting error class for violence
30 lines (29 loc) • 634 B
JSON
{
"name": "warnie",
"version": "0.1.1",
"author": "Alexey Yaroshevich <zxqfox@gmail.com>",
"description": "Unified linting error class for violence",
"main": "lib/index.js",
"repository": "violence/warnie",
"homepage": "https://github.com/violence/warnie",
"bugs": "https://github.com/violence/warnie/issues",
"keywords": [
"lint",
"error",
"violence",
"formatter",
"reporter"
],
"devDependencies": {
"eslint": "^3.7.1",
"eslint-config-pedant": "^0.8.0"
},
"scripts": {
"pretest": "eslint lib test",
"test": "echo ok"
},
"files": [
"lib"
],
"license": "MIT"
}