An easy-to-use platform for EEG experimentation in the classroom
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

removed typescript-eslint rules

-2
-2
.eslintrc.js
··· 2 2 extends: 'erb/typescript', 3 3 rules: { 4 4 // A temporary hack related to IDE not resolving correct package.json 5 - '@typescript-eslint/ban-ts-ignore': 'warn', 6 - '@typescript-eslint/no-use-before-define': 'off', 7 5 'consistent-return': 'warn', 8 6 'dot-notation': 'off', 9 7 'import/no-extraneous-dependencies': 'off',