Codebase list node-d3-shape / 005bf09 .eslintrc
005bf09

Tree @005bf09 (Download .tar.gz)

.eslintrc @005bf09raw · history · blame

1
2
3
4
5
6
7
8
9
parserOptions:
    sourceType: module

extends:
    "eslint:recommended"

rules:
    no-cond-assign: 0
    no-fallthrough: 0