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