mirror of
https://github.com/shuto-cn/cordova-plugin-inappbrowser.git
synced 2025-02-24 02:52:57 +08:00
10 lines
157 B
YAML
10 lines
157 B
YAML
root: true
|
|
extends: semistandard
|
|
rules:
|
|
indent:
|
|
- error
|
|
- 4
|
|
camelcase: off
|
|
padded-blocks: off
|
|
operator-linebreak: off
|
|
no-throw-literal: off |