mirror of
https://github.com/spacedriveapp/spacedrive.git
synced 2026-04-20 06:28:14 -04:00
8 lines
159 B
JavaScript
8 lines
159 B
JavaScript
module.exports = {
|
|
extends: [require.resolve('@sd/config/eslint/web.js')],
|
|
parserOptions: {
|
|
tsconfigRootDir: __dirname,
|
|
project: './tsconfig.json'
|
|
}
|
|
};
|