@hint/hint-no-inline-styles
Version:
Invalidate the use of CSS inline styles in HTML
79 lines (78 loc) • 2.49 kB
JSON
{
"ava": {
"failFast": false,
"files": [
"dist/tests/**/*.js",
"!dist/tests/**/fixtures/**/*.js"
],
"timeout": "1m",
"workerThreads": false
},
"dependencies": {
"@hint/utils-debug": "^1.0.11",
"@hint/utils-i18n": "^1.0.15",
"@hint/utils-types": "^1.2.1"
},
"description": "Invalidate the use of CSS inline styles in HTML",
"devDependencies": {
"@hint/parser-html": "^3.1.4",
"@hint/utils-create-server": "^3.4.27",
"@hint/utils-dom": "^2.2.4",
"@hint/utils-tests-helpers": "^6.5.7",
"@types/node": "^20.1.1",
"@typescript-eslint/eslint-plugin": "^5.59.2",
"@typescript-eslint/parser": "^4.33.0",
"ava": "^4.3.3",
"copyfiles": "^2.4.1",
"eslint": "^7.32.0",
"eslint-plugin-markdown": "^2.2.1",
"npm-run-all": "^4.1.5",
"nyc": "^15.1.0",
"rimraf": "^5.0.0",
"typescript": "^4.5.5"
},
"files": [
"dist/src"
],
"homepage": "https://webhint.io/",
"keywords": [
"hint",
"no-inline-styles",
"no-inline-styles-hint"
],
"license": "Apache-2.0",
"main": "dist/src/hint.js",
"name": "@hint/hint-no-inline-styles",
"nyc": {
"extends": "../../.nycrc"
},
"peerDependencies": {
"hint": "^7.0.0"
},
"repository": {
"directory": "packages/hint-no-inline-styles",
"type": "git",
"url": "https://github.com/webhintio/hint.git"
},
"scripts": {
"build": "npm run i18n && npm-run-all build:*",
"build-release": "npm run clean && npm run i18n && npm run build:assets && tsc --inlineSourceMap false --removeComments true",
"build:assets": "copyfiles \"./{src,tests}/**/{!(*.ts),.!(ts)}\" dist",
"build:ts": "tsc -b",
"clean": "rimraf dist",
"i18n": "node ../../scripts/create-i18n.js",
"lint": "npm-run-all lint:*",
"lint:js": "eslint . --cache --ext .js,.md,.ts --ignore-path ../../.eslintignore",
"lint:dependencies": "node ../../scripts/lint-dependencies.js",
"lint:md": "node ../../scripts/lint-markdown.js",
"test": "npm run i18n && npm run lint && npm run build && npm run test-only",
"test-only": "nyc ava",
"test-release": "npm run i18n && npm run lint && npm run build-release && ava",
"init": "npm install && npm run build",
"watch": "npm run build && npm-run-all --parallel -c watch:*",
"watch:assets": "npm run build:assets -- -w --no-initial",
"watch:test": "ava --watch",
"watch:ts": "npm run build:ts -- --watch"
},
"version": "1.0.19"
}