mirror of
https://hk.gh-proxy.com/https://github.com/NodeBB/nodebb-widget-essentials.git
synced 2025-10-03 20:00:59 +08:00
10 lines
178 B
JavaScript
10 lines
178 B
JavaScript
'use strict';
|
|
|
|
import serverConfig from 'eslint-config-nodebb';
|
|
import publicConfig from 'eslint-config-nodebb/public';
|
|
|
|
export default [
|
|
...publicConfig,
|
|
...serverConfig,
|
|
];
|
|
|