aboutsummaryrefslogtreecommitdiffstats
path: root/package.json
blob: f22abf878e3f75a0635f45f39d9fb6c67161c09a (plain)
1
2
3
4
5
6
7
8
9
10
{
    "devDependencies": {
        "eslint": "*",
        "stylelint": "~13.3.3",
        "stylelint-config-standard": "*"
    },
    "eslintIgnore": [
        "*.min.js"
    ]
}