mirror of
https://github.com/urbit/shrub.git
synced 2025-01-05 11:09:30 +03:00
7 lines
87 B
JavaScript
7 lines
87 B
JavaScript
module.exports = {
|
|
extends: '@urbit/eslint-config',
|
|
env: {
|
|
'jest': true
|
|
}
|
|
};
|