/
githubmirror
/
taro
Обзор
Документация
Войти
/
githubmirror
/
taro
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
examples/mini-program-example/.eslintrc
13 строк
361 B
刘阳
同步harmony最新开发分支的代码:例子程序
02 апр 2024, 09:33
02 апр 2024, 09:33
d958330
Код
Авторство
О чём код?
{ "extends": ["taro/react"], "rules": { "react/jsx-uses-react": "off", "react/react-in-jsx-scope": "off", "@typescript-eslint/no-unused-expressions": "off", "import/first": "off", "no-unused-vars": "off", "@typescript-eslint/no-unused-vars": "off", "@typescript-eslint/no-shadow": "off", "react/forbid-elements": "off" } }