1
0
mirror of https://github.com/NickKaramoff/shareon synced 2025-02-10 08:30:42 +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',
},
};