mirror of
https://github.com/urbit/shrub.git
synced 2024-12-20 17:32:11 +03:00
7 lines
87 B
JavaScript
7 lines
87 B
JavaScript
module.exports = {
|
|
extends: '@urbit/eslint-config',
|
|
env: {
|
|
'jest': true
|
|
}
|
|
};
|