UNPKG
@clark/ember-template-lint-config
Version:
latest (0.2.2)
0.2.2
0.2.1
0.2.0
0.1.0
Clark's config for ember-template-lint
ClarkSource/ember-template-lint-config
@clark/ember-template-lint-config
/
index.js
11 lines
(8 loc)
•
159 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
module
.exports = {
name:
'clark'
,
rules:
{},
configurations:
{
legacy:
require
(
'./configs/legacy'
),
octane:
require
(
'./configs/octane'
) } };