summaryrefslogtreecommitdiffstats
path: root/package.json
blob: dd1bca360f790f2371a341d4d04145c102ce9e6c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
{
    "devDependencies": {
        "eslint": "*",
        "@stylistic/eslint-plugin": "*",
        "stylelint": ">=13.6.0",
        "stylelint-config-standard": "*",
        "postcss-html": "*"
    },
    "eslintIgnore": [
        "*.min.js",
        "index.html",
        "prism.js"
    ]
}