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