eslint-plugin-keywords-immutable
Version:
ESLint plugin to disable targeting keyword mutation in JavaScript.
29 lines (28 loc) • 624 B
JSON
{
"name": "eslint-plugin-keywords-immutable",
"version": "2.0.2",
"description": "ESLint plugin to disable targeting keyword mutation in JavaScript.",
"main": "index.js",
"keywords": [
"eslint",
"eslintplugin",
"mutation",
"immutable",
"targeting",
"keywords"
],
"scripts": {
"test": "mocha test/"
},
"repository": {
"type": "git",
"url": "git+https://github.com/superlucky84/eslint-plugin-keywords-immutable.git"
},
"author": "superlucky84",
"license": "MIT",
"devDependencies": {
"eslint": "^9.17.0",
"mocha": "^10.2.0",
"prettier": "^2.8.4"
}
}