UNPKG

eslint-plugin-curly-quotes

Version:
55 lines (54 loc) 1.49 kB
{ "name": "eslint-plugin-curly-quotes", "version": "2.1.0", "description": "Enforce the use of curly quotes", "keywords": [ "eslint", "eslintconfig", "eslint-plugin", "quotes", "smart-quotes", "curly-quotes" ], "homepage": "https://github.com/younesaassila/eslint-plugin-curly-quotes#readme", "bugs": { "url": "https://github.com/younesaassila/eslint-plugin-curly-quotes/issues" }, "repository": { "type": "git", "url": "git+https://github.com/younesaassila/eslint-plugin-curly-quotes.git" }, "license": "MIT", "author": "Younes Aassila", "main": "./dist/index.js", "types": "./dist/index.d.ts", "files": [ "./dist/**" ], "scripts": { "build": "tsup src/index.ts --cjsInterop --dts --splitting --minify", "lint": "prettier --check .", "lint:fix": "prettier --write .", "type-check": "tsc --noEmit", "prepublishOnly": "npm run build", "test": "jest" }, "devDependencies": { "@babel/types": "^7.27.0", "@types/eslint": "^9.6.1", "@types/eslint-scope": "^3.7.7", "@types/jest": "^29.5.14", "@types/node": "^22.14.0", "@typescript-eslint/utils": "^8.29.0", "eslint-plugin-vue": "^10.0.0", "jest": "^29.7.0", "prettier": "2.8.8", "ts-jest": "^29.3.1", "tsup": "^8.4.0", "typescript": "^5.8.2", "vue-eslint-parser": "^10.1.2" }, "peerDependencies": { "eslint": ">=9.0.0" } }