mirror of
https://github.com/scratchfoundation/scratch-www.git
synced 2024-11-22 07:08:02 -05:00
6 lines
90 B
JavaScript
6 lines
90 B
JavaScript
module.exports = {
|
|
extends: ['scratch/react'],
|
|
env: {
|
|
jest: true
|
|
}
|
|
};
|