mirror of
https://github.com/abapGit/abapGit.git
synced 2025-04-30 11:46:38 +08:00
15 lines
316 B
YAML
15 lines
316 B
YAML
---
|
|
parserOptions:
|
|
ecmaVersion: 5
|
|
env:
|
|
browser: true
|
|
extends:
|
|
- eslint:recommended
|
|
rules:
|
|
quotes: ['error', 'double', { 'avoidEscape': true }]
|
|
semi: ['error', 'always', { 'omitLastInOneLineBlock': true}]
|
|
no-console: off
|
|
indent: ['error', 2]
|
|
no-trailing-spaces: ['error']
|
|
no-unused-vars: ['warn']
|