mirror of
https://github.com/anatolykopyl/movieroom-core.git
synced 2026-03-26 12:54:51 +00:00
Barely working
This commit is contained in:
13
.eslintrc.js
Normal file
13
.eslintrc.js
Normal file
@@ -0,0 +1,13 @@
|
||||
module.exports = {
|
||||
extends: [
|
||||
'airbnb-typescript/base',
|
||||
'plugin:import/recommended'
|
||||
],
|
||||
parserOptions: {
|
||||
project: './tsconfig.json',
|
||||
},
|
||||
rules: {
|
||||
'import/prefer-default-export': 'off',
|
||||
},
|
||||
ignorePatterns: ['.eslintrc.js']
|
||||
};
|
||||
Reference in New Issue
Block a user