pai/.github
Mingliang Tao d61a97156d
add new eslint rules and fix errors (#4823)
1. Currently just add src folder in linter rules (not including test cause some unhandled issues)
2. Use standard + prettier eslint plugins, some important rules: 
```
  semi: true,
  // Trailing commas help with git merging and conflict resolution
  trailingComma: 'all',
  // Use single quote in all files. https://github.com/prettier/prettier/issues/1080#issuecomment-390363232
  singleQuote: true
```
3. Need a overall api test to ensure the compatibility
4. Update nodejs version to dubnium (node 10) cause some packages do not support node 8
2020-08-25 13:33:22 +08:00
..
ISSUE_TEMPLATE Add troubleshooting guide for jobs (#2302) 2019-03-13 14:31:16 +08:00
workflows add new eslint rules and fix errors (#4823) 2020-08-25 13:33:22 +08:00