UNPKG

@formidable-webview/eslint-config-webjs

Version:

An eslint configuration to validate scripts injected in WebViews.

46 lines (45 loc) 1.08 kB
{ "name": "@formidable-webview/eslint-config-webjs", "version": "1.0.0", "description": "An eslint configuration to validate scripts injected in WebViews.", "main": "index.js", "peerDependencies": { "eslint": ">= 6", "eslint-plugin-compat": "*" }, "keywords": [ "react-native-webshell", "react-native-webview" ], "repository": { "type": "git", "url": "git+ssh://git@github.com/formidable-webview/eslint-config-webjs" }, "release-it": { "git": { "commitMessage": "chore: release ${version}", "tagName": "v${version}" }, "npm": { "publish": true }, "github": { "release": true }, "plugins": { "@release-it/conventional-changelog": { "preset": "angular" } } }, "author": "Jules Sam. Randolph <jules.sam.randolph@gmail.com> (https://github.com/jsamr)", "license": "MIT", "publishConfig": { "access": "public" }, "devDependencies": { "@release-it/conventional-changelog": "^1.1.4", "husky": "^4.2.5", "release-it": "^13.6.6" } }