mirror of
https://github.com/soybeanjs/soybean-admin.git
synced 2025-09-17 09:16:37 +08:00
7 lines
150 B
JavaScript
7 lines
150 B
JavaScript
/**
|
|
* @type {import('eslint').ESLint.ConfigData}
|
|
*/
|
|
module.exports = {
|
|
extends: [require.resolve('./ts.js'), require.resolve('./prettier.js')]
|
|
};
|