mirror of
https://github.com/NickKaramoff/shareon
synced 2025-01-23 20:30:47 +01:00
7 lines
127 B
JavaScript
7 lines
127 B
JavaScript
module.exports = {
|
|
extends: ['airbnb-typescript/base'],
|
|
parserOptions: {
|
|
project: './tsconfig.json',
|
|
},
|
|
};
|