aboutsummaryrefslogtreecommitdiff
path: root/packages/eslint-config-base/.eslintrc.json
blob: d79f15ba174458960016c30941b3ce07d00ba929 (plain)
1
2
3
4
5
6
7
8
9
10
{
    "env": {
        "es2021": true,
        "node": true
    },
    "parserOptions": {
        "ecmaVersion": 12
    },
    "extends": "./index.js"
}