UNPKG

eslint-plugin-arrowsmith

Version:

Disallow arrow functions with block parentheses where they are not needed.

30 lines (29 loc) 630 B
{ "name": "eslint-plugin-arrowsmith", "type": "module", "version": "2.0.3", "description": "Disallow arrow functions with block parentheses where they are not needed.", "main": "index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "keywords": [ "eslint", "plugin", "arrow", "function", "arrow function", "body", "parentheses", "braces" ], "author": "Leon Heess", "license": "MIT", "repository": { "type": "git", "url": "https://github.com/leonheess/eslint-plugin-arrowsmith.git" }, "peerDependencies": { "eslint": "<=9" } }