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