mirror of
https://github.com/hack-chat/main.git
synced 2024-03-22 13:20:33 +08:00
16 lines
191 B
JavaScript
16 lines
191 B
JavaScript
module.exports = {
|
|
env: {
|
|
browser: true,
|
|
commonjs: true,
|
|
es2021: true,
|
|
},
|
|
extends: [
|
|
'airbnb-base',
|
|
],
|
|
parserOptions: {
|
|
ecmaVersion: 12,
|
|
},
|
|
rules: {
|
|
},
|
|
};
|