forked from invertase/sails-firebase-auth
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.eslintignore
25 lines (24 loc) · 975 Bytes
/
.eslintignore
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
################################################
# ╔═╗╔═╗╦ ╦╔╗╔╔╦╗┬┌─┐┌┐┌┌─┐┬─┐┌─┐
# ║╣ ╚═╗║ ║║║║ ║ ││ ┬││││ │├┬┘├┤
# o╚═╝╚═╝╩═╝╩╝╚╝ ╩ ┴└─┘┘└┘└─┘┴└─└─┘
#
# > Glob patterns indicating files/directories
# > to exclude when checking code quality with
# > eslint.
#
# This file (`.eslintignore`) is only relevant
# if you are using eslint.
#
# It exists to signify to eslint that certain
# files and/or directories should be ignored for
# the purposes of linting -- e.g. because they
# are already minified, or external dependencies,
# contain inline JavaScript within an HTML template,
# etc.
#
# Modify/extend/prune to fit your needs!
#
################################################
assets/dependencies/**/*.js
views/**/*.ejs // (but see https://github.com/roadhump/SublimeLinter-eslint/issues/87)