.eslintrc 132 Bytes
Newer Older
Muddsair Sharif's avatar
Muddsair Sharif committed
1
2
3
4
5
6
7
8
9
parserOptions:
    sourceType: module

extends:
    "eslint:recommended"

rules:
    no-cond-assign: 0
    no-constant-condition: 0