mirror of
https://github.com/ilyakooo0/urbit.git
synced 2024-11-10 18:21:34 +03:00
13 lines
267 B
JavaScript
13 lines
267 B
JavaScript
module.exports = {
|
|
extends: '@urbit',
|
|
env: {
|
|
'jest': true
|
|
},
|
|
rules: {
|
|
// Because we use styled system, and use
|
|
// the convention of each prop on a new line
|
|
// we probably shouldn't keep this on
|
|
'max-lines-per-function': ['off', {}]
|
|
}
|
|
};
|