eslint-plugin-de-morgan
Version:
ESLint plugin for transforming negated boolean expressions via De Morgan’s laws
34 lines (33 loc) • 799 B
JSON
{
"name": "eslint-plugin-de-morgan",
"version": "2.1.3",
"description": "ESLint plugin for transforming negated boolean expressions via De Morgan’s laws",
"keywords": [
"eslint",
"eslint-plugin",
"de-morgan"
],
"homepage": "https://github.com/azat-io/eslint-plugin-de-morgan",
"repository": "azat-io/eslint-plugin-de-morgan",
"license": "MIT",
"author": "Azat S. <to@azat.io>",
"type": "module",
"exports": {
".": {
"types": "./dist/index.d.ts",
"default": "./dist/index.js"
},
"./package.json": "./package.json"
},
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
"files": [
"./dist"
],
"peerDependencies": {
"eslint": "^8.45.0 || ^9.0.0 || ^10.0.0"
},
"engines": {
"node": "^20.0.0 || >=22.0.0"
}
}