UNPKG

@brightlayer-ui/eslint-config

Version:
11 lines (9 loc) 401 B
/** 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;