aboutsummaryrefslogtreecommitdiff
path: root/cordova/node_modules/ios-sim/.eslintrc.yml
blob: 0e770eb34f5d113fefdcfdc1c017a2a79fb99b39 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
root: true

extends: semistandard

rules:
  indent:
    - error
    - 4

  no-unused-vars:
    - error
    - args: after-used

  # excpetions specified in:
  # - src/.eslintrc.yml
  # - spec/.eslintrc.yml