8 lines
129 B
JavaScript
8 lines
129 B
JavaScript
|
module.exports = {
|
||
|
root: true,
|
||
|
extends: ['@hokify/eslint-config'],
|
||
|
parserOptions: {
|
||
|
project: './tsconfig.eslint.json'
|
||
|
}
|
||
|
};
|