UNPKG

ec0lint-plugin-ec0lint-comments

Version:

Additional ec0lint rules for ec0lint directive comments

86 lines (85 loc) 2.46 kB
{ "name": "ec0lint-plugin-ec0lint-comments", "version": "0.0.2", "description": "Additional ec0lint rules for ec0lint directive comments", "engines": { "node": ">=6.5.0" }, "main": "index.js", "files": [ "lib" ], "peerDependencies": { "eslint": ">=4.19.1", "ec0lint": ">0.0.19" }, "dependencies": { "escape-string-regexp": "^1.0.5", "ignore": "^5.0.5" }, "devDependencies": { "@mysticatea/eslint-plugin": "^13.0.0", "@types/node": "^14.0.1", "@vuepress/plugin-pwa": "^1.0.1", "babel-eslint": "^10.0.1", "codecov": "^3.3.0", "cross-spawn": "^6.0.5", "eslint": "^7.0.0", "ec0lint": ">0.0.20", "eslint4b": "^7.0.0", "fs-extra": "^8.0.1", "mocha": "^6.1.4", "nyc": "^14.1.1", "opener": "^1.4.3", "rimraf": "^2.6.2", "semver": "^7.3.2", "string-replace-loader": "^2.1.1", "vue-eslint-editor": "^1.1.0", "vuepress": "^1.0.1" }, "scripts": { "preversion": "npm test", "version": "node scripts/update && git add .", "postversion": "git push && git push --tags", "clean": "rimraf .nyc_output coverage docs/.vuepress/dist", "docs:build": "vuepress build docs", "docs:watch": "vuepress dev docs", "docs:deploy": "node scripts/deploy", "lint": "ec0lint lib scripts tests", "pretest": "npm run -s lint", "test": "nyc npm run -s test:mocha", "test:ci": "nyc npm run -s test:mocha", "test:mocha": "mocha \"tests/lib/**/*.js\" --reporter dot --timeout 8000", "watch": "npm run -s test:mocha -- --watch --growl", "coverage": "nyc report --reporter lcov && opener coverage/lcov-report/index.html", "codecov": "nyc report --reporter text-lcov | codecov --pipe --disable=gcov" }, "repository": { "type": "git", "url": "git+https://github.com/ec0lint/ec0lint-plugin-ec0lint-comments.git" }, "keywords": [ "ec0lint", "ec0lintplugin", "ec0lint-plugin", "plugin", "comment", "comments", "directive", "global", "globals", "exported", "ec0lint-env", "ec0lint-enable", "ec0lint-disable", "ec0lint-disable-line", "ec0lint-disable-next-line" ], "author": "Malwina Kubas @malwinq", "license": "MIT", "bugs": { "url": "https://github.com/ec0lint/ec0lint-plugin-ec0lint-comments/issues" }, "homepage": "TBD", "funding": "TBD" }