mirror of
https://github.com/scratchfoundation/scratch-storage.git
synced 2025-08-28 22:39:11 -04:00
8 lines
158 B
JavaScript
8 lines
158 B
JavaScript
module.exports = {
|
|
extends: ['scratch/es6', 'plugin:jest/recommended'],
|
|
env: {
|
|
jest: true,
|
|
node: true
|
|
},
|
|
plugins: ['jest']
|
|
};
|