We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 13770ad commit 5b4ea94Copy full SHA for 5b4ea94
.template-lintrc.js
@@ -2,4 +2,7 @@
2
3
module.exports = {
4
extends: 'recommended',
5
+ rules: {
6
+ 'no-action': 'off',
7
+ },
8
};
config/ember-try.js
@@ -1,5 +1,6 @@
1
'use strict';
+// eslint-disable-next-line n/no-unpublished-require
const getChannelURL = require('ember-source-channel-url');
module.exports = async function () {
0 commit comments