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