-
Notifications
You must be signed in to change notification settings - Fork 27
/
.eslintignore
41 lines (34 loc) · 1007 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
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
# unconventional js
/blueprints/*/files/
/vendor/
# compiled output
/dist/
/tmp/
# dependencies
/bower_components/
/node_modules/
# ember-try
/.node_modules.ember-try/
/bower.json.ember-try
/package.json.ember-try
# our unconventional js
/blueprints/flexberry-edit-form/snippets/
# definitions for TypeScript in blueprints
/blueprints/typings/
# problems with TypeScript and ESLint configs
blueprints/flexberry-application/index.ts
blueprints/flexberry-common/CommonUtils.ts
blueprints/flexberry-core/Locales.ts
blueprints/flexberry-core/index.ts
blueprints/flexberry-edit-form/index.ts
blueprints/flexberry-enum/index.ts
blueprints/flexberry-group/index.ts
blueprints/flexberry-list-form/index.ts
blueprints/flexberry-model-init/index.ts
blueprints/flexberry-model-offline/index.ts
blueprints/flexberry-model/ModelBlueprint.ts
blueprints/flexberry-model/index.ts
blueprints/flexberry-object-init/index.ts
blueprints/flexberry-object/index.ts
blueprints/flexberry-serializer-init/index.ts
/codemodes