Add eslint-plugin-eslint-comments

This commit is contained in:
Yuya Ochiai
2019-03-12 23:31:45 +09:00
parent 4725bd9bf9
commit 6d6d586b3b
12 changed files with 47 additions and 4 deletions

View File

@@ -2,6 +2,7 @@
// Copyright (c) 2016-present Mattermost, Inc. All Rights Reserved.
// See LICENSE.txt for license information.
// This file uses CommonJS.
/* eslint-disable import/no-commonjs */
'use strict';
@@ -53,3 +54,5 @@ module.exports = merge(base, {
publicPath: '/browser/',
},
});
/* eslint-enable import/no-commonjs */