1 Star 0 Fork 0

Jiashi1998/BotFramework-Emulator

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
.eslintrc.react.js 457 Bytes
一键复制 编辑 原始数据 按行查看 历史
Andy Brown 提交于 2019-01-18 06:10 +08:00 . 💅 integrate prettier and eslint (#1240)
module.exports = {
extends: ['./.eslintrc.js', 'plugin:react/recommended'],
settings: {
react: {
version: 'detect',
},
},
parserOptions: {
ecmaVersion: 6,
sourceType: 'module',
ecmaFeatures: {
jsx: true,
},
},
rules: {
'react/no-deprecated': 'warn',
},
overrides: [
{
files: ['**/*.+(test|spec).+(js|jsx|ts|tsx)'],
rules: {
'react/display-name': 'off',
},
},
],
};
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/jiashisoft/BotFramework-Emulator.git
git@gitee.com:jiashisoft/BotFramework-Emulator.git
jiashisoft
BotFramework-Emulator
BotFramework-Emulator
master

搜索帮助