UNPKG

@locker/eslint-plugin-locker

Version:
42 lines (41 loc) 1.22 kB
{ "name": "@locker/eslint-plugin-locker", "version": "0.25.3", "repository": { "type": "git", "url": "https://github.com/salesforce-experience-platform-emu/locker", "directory": "packages/@locker/eslint-plugin-locker" }, "license": "SEE LICENSE IN LICENSE.txt", "author": "Salesforce UI Security Team", "description": "Lightning Web Security ESLint rules", "keywords": [ "eslint", "locker", "salesforce", "salesforce-experience-platform" ], "main": "dist/index.js", "sideEffects": false, "publishConfig": { "access": "public" }, "scripts": { "build": "tsc", "build:dev": "cross-env NODE_ENV=development yarn build", "build:docs": "yarn clean:docs && yarn build && scripts/build-docs.mjs && scripts/build-readme.mjs", "clean": "locker-trash dist/", "clean:docs": "locker-trash docs/", "test": "yarn build && jest" }, "dependencies": { "@locker/eslint-rule-maker": "0.25.3" }, "files": [ "dist/", "!dist/*.map", "docs/", "LICENSE.txt" ], "gitHead": "976860927fb82f099029f4551f516535e7340274" }