1
0
mirror of https://github.com/uetchy/namae.git synced 2025-03-18 04:50:32 +09:00
namae/api/.eslintrc.js

6 lines
78 B
JavaScript
Raw Normal View History

2019-12-24 01:57:07 +09:00
module.exports = {
parserOptions: {
project: './tsconfig.json',
},
};