mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-15 07:49:31 -06:00
9 lines
124 B
JavaScript
9 lines
124 B
JavaScript
module.exports = {
|
|
extends: [
|
|
'standard-with-typescript'
|
|
],
|
|
parserOptions: {
|
|
project: './tsconfig.json'
|
|
}
|
|
}
|