Skip to content
Snippets Groups Projects
.eslintrc.js 191 B
Newer Older
  • Learn to ignore specific revisions
  • module.exports = {
    
    Chif Gergő's avatar
    Chif Gergő committed
      extends: ['airbnb-typescript'],
    
    Chif Gergő's avatar
    Chif Gergő committed
        project: './tsconfig.json',
    
        ecmaFeatures: {
          jsx: true,
        },
      },
    
      env: {
        browser: true,
      },
    };