Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/spreed.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVincent Petry <vincent@nextcloud.com>2021-04-30 16:19:46 +0300
committerVincent Petry <vincent@nextcloud.com>2021-04-30 16:24:08 +0300
commitbb474060e9373d8634fed15c328619fc54a36258 (patch)
tree91287b751288426c28160b9e852c35ba0efa8677 /.eslintrc.js
parent0c6e58a421edbdd305d02d864091af7986eee695 (diff)
Fix tabs in config files
Signed-off-by: Vincent Petry <vincent@nextcloud.com>
Diffstat (limited to '.eslintrc.js')
-rw-r--r--.eslintrc.js14
1 files changed, 7 insertions, 7 deletions
diff --git a/.eslintrc.js b/.eslintrc.js
index 663d66a9f..287ab7ddb 100644
--- a/.eslintrc.js
+++ b/.eslintrc.js
@@ -3,11 +3,11 @@ module.exports = {
'@nextcloud'
],
overrides: [
- {
- 'files': ['**/*.spec.js'],
- 'rules': {
- 'node/no-unpublished-import': 0
- }
- }
- ]
+ {
+ 'files': ['**/*.spec.js'],
+ 'rules': {
+ 'node/no-unpublished-import': 0
+ }
+ }
+ ]
}