UNPKG

eslint-plugin-cursor

Version:

ESLint plugin to detect mojibake (garbled characters) in source code

42 lines 978 B
{ "name": "eslint-plugin-cursor", "version": "0.0.1", "repository": { "type": "git", "url": "https://github.com/onikun94/eslint-plugin-cursor.git" }, "description": "ESLint plugin to detect mojibake (garbled characters) in source code", "main": "lib/index.js", "scripts": { "test": "jest", "build": "tsc", "lint": "eslint ." }, "keywords": [ "eslint", "eslintplugin", "cursor", "mojibake", "garbled", "characters" ], "author": { "name": "onikun", "email": "onikun94@gmail.com", "url": "https://github.com/onikun94" }, "license": "MIT", "devDependencies": { "@types/eslint": "^8.44.0", "@types/jest": "^29.5.0", "@types/node": "^20.0.0", "@typescript-eslint/eslint-plugin": "^6.0.0", "@typescript-eslint/parser": "^6.0.0", "eslint": "^8.0.0", "jest": "^29.0.0", "typescript": "^5.0.0" }, "peerDependencies": { "eslint": ">=8.0.0 || >=9.0.0-alpha.0" } }