You can not select more than 25 topics Topics must start with a chinese character,a letter or number, can include dashes ('-') and can be up to 35 characters long.

.eslintrc.js 1.2 kB

4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
1234567891011121314151617181920212223242526272829303132333435363738394041424344454647
  1. module.exports = {
  2. root: true,
  3. parserOptions: {
  4. parser: "babel-eslint",
  5. sourceType: "module"
  6. },
  7. env: {
  8. browser: true,
  9. node: true,
  10. es6: true
  11. },
  12. extends: ["airbnb-base", "plugin:vue/recommended", "eslint-config-prettier", "prettier/vue"],
  13. plugins: ["import", "eslint-plugin-prettier"],
  14. settings: {
  15. 'import/resolver': {
  16. webpack: {
  17. config: require.resolve('@vue/cli-service/webpack.config.js')
  18. },
  19. }
  20. },
  21. rules: {
  22. 'prettier/prettier': [
  23. 'error',
  24. {
  25. printWidth: 100,
  26. semi: true,
  27. singleQuote: true,
  28. trailingComma: 'es5',
  29. endOfLine: 'auto',
  30. arrowParens: 'always',
  31. },
  32. ],
  33. 'vue/require-default-prop': 'off',
  34. 'vue/attribute-hyphenation': 'off',
  35. 'no-console': ['error', { allow: ['warn', 'error', 'info'] }],
  36. 'no-param-reassign': 'off',
  37. 'import/extensions': 'off',
  38. 'import/prefer-default-export': 'off',
  39. "no-shadow": "off",
  40. "no-underscore-dangle": "off",
  41. "no-unused-expressions": "off",
  42. "no-restricted-syntax": "off",
  43. "guard-for-in": "off",
  44. "camelcase": "off",
  45. "no-multi-assign": "off",
  46. }
  47. };

一站式算法开发平台、高性能分布式深度学习框架、先进算法模型库、视觉模型炼知平台、数据可视化分析平台等一系列平台及工具,在模型高效分布式训练、数据处理和可视分析、模型炼知和轻量化等技术上形成独特优势,目前已在产学研等各领域近千家单位及个人提供AI应用赋能