@brightlayer-ui/eslint-config
Version:
ESLint profile for Brightlayer UI
11 lines (9 loc) • 401 B
JavaScript
/**
Copyright (c) 2021-present, Eaton
All rights reserved.
This code is licensed under the BSD-3 license found in the LICENSE file in the root directory of this source tree and at https://opensource.org/licenses/BSD-3-Clause.
**/
const tsProfile = require('./ts');
// tsProfile is the default export.
// ESLint recommends a default export to avoid integration errors.
module.exports = tsProfile;