1
0
mirror of https://github.com/NickKaramoff/shareon synced 2025-02-09 08:08:44 +01:00
2020-03-25 17:44:11 +01:00

7 lines
127 B
JavaScript

module.exports = {
extends: ['airbnb-typescript/base'],
parserOptions: {
project: './tsconfig.json',
},
};