Second frontend, written in Next.JS + Typescript.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

16 lines
265 B

4 years ago
  1. env:
  2. browser: true
  3. es2020: true
  4. node: true
  5. extends:
  6. - 'plugin:react/recommended'
  7. parser: '@typescript-eslint/parser'
  8. parserOptions:
  9. ecmaFeatures:
  10. jsx: true
  11. ecmaVersion: 2020
  12. sourceType: module
  13. plugins:
  14. - react
  15. - '@typescript-eslint'
  16. rules: {}