eslint-plugin-newline-after-if-condition
Version:
Enforce new line after if condition
29 lines (28 loc) • 616 B
JSON
{
"name": "eslint-plugin-newline-after-if-condition",
"version": "1.1.0",
"description": "Enforce new line after if condition",
"keywords": [
"eslint",
"eslintplugin",
"eslint-plugin",
"eslint-rule"
],
"author": "Marcos Casagrande",
"main": "lib/index.js",
"scripts": {
"test": "mocha tests --recursive"
},
"devDependencies": {
"eslint": "4.12.0",
"mocha": "^3.1.2"
},
"engines": {
"node": ">=0.10.0"
},
"license": "ISC",
"repository": {
"type": "git",
"url": "git+https://github.com/marcosc90/eslint-plugin-newline-after-if-condition.git"
}
}