mirror of
https://github.com/apache/cordova-android.git
synced 2025-01-18 22:52:54 +08:00
11 lines
158 B
YAML
11 lines
158 B
YAML
root: true
|
|
extends: semistandard
|
|
rules:
|
|
indent:
|
|
- error
|
|
- 4
|
|
camelcase: off
|
|
padded-blocks: off
|
|
operator-linebreak: off
|
|
no-throw-literal: off
|