UNPKG

@liferay/eslint-plugin

Version:

ESLint plugin for the Liferay JavaScript Style

18 lines (15 loc) 284 B
/** * SPDX-FileCopyrightText: © 2017 Liferay, Inc. <https://liferay.com> * SPDX-License-Identifier: MIT */ const path = require('path'); module.exports = { rules: { 'notice/notice': [ 'error', { templateFile: path.join(__dirname, 'copyright.js'), }, ], }, };