code-server/test/integration/test-plugin/.eslintrc.js
Joe Previte bc02005dc0
refactor: move test-plugin to integration suite
This seems more appropriate given this tests how a plugin might work
within code-server.
2022-09-19 12:40:04 -07:00

9 lines
129 B
JavaScript

module.exports = {
settings: {
"import/resolver": {
typescript: {
project: __dirname,
},
},
},
}