Skip to content

Commit 5b4ea94

Browse files
committed
chore: turns off linter errors
1 parent 13770ad commit 5b4ea94

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

.template-lintrc.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,7 @@
22

33
module.exports = {
44
extends: 'recommended',
5+
rules: {
6+
'no-action': 'off',
7+
},
58
};

config/ember-try.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
'use strict';
22

3+
// eslint-disable-next-line n/no-unpublished-require
34
const getChannelURL = require('ember-source-channel-url');
45

56
module.exports = async function () {

0 commit comments

Comments
 (0)