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