mirror of
https://github.com/apache/cordova-plugin-camera.git
synced 2025-01-18 19:22:51 +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 |