11 lines
232 B
JavaScript
11 lines
232 B
JavaScript
/*
|
|
* @Author: yehuozhili
|
|
* @Date: 2021-03-14 05:00:20
|
|
* @LastEditors: yehuozhili
|
|
* @LastEditTime: 2021-08-16 17:06:51
|
|
* @FilePath: \dooringx\packages\dooringx-lib\.eslintrc.js
|
|
*/
|
|
module.exports = {
|
|
extends: ['react-app'],
|
|
};
|