aboutsummaryrefslogtreecommitdiffstats
path: root/.eslintignore
blob: b40dce6c6aa54a11da6195d2346424c16ba022c2 (plain)
1
2
3
4
5
6
7
8
9
10
11
# Ignoring folders for eslint
node_modules/
3rdparty/
**/vendor/
**/l10n/
**/js/*
*.config.js
tests/lib/

# TODO: remove when comments files is not using handlebar templates anymore
apps/comments/src/templates.js
false, "noarg": true, "nonbsp": true, "undef": true, "unused": true, "trailing": true, "maxparams": 5, "curly": true, "jquery": true, "maxlen": 120, "indent": 4, "browser": true, "laxbreak": true, "globals": { "console": true, "it": true, "xit": true, "expect": true, "describe": true, "beforeEach": true, "afterEach": true, "sinon": true, "fakeServer": true, "_": true, "OC": true, "OCA": true, "t": true, "n": true } }