Spaces:
Running
Running
File size: 228 Bytes
6bcb42f |
1 2 3 4 5 6 7 8 9 10 11 12 |
module.exports = {
extends: ['scratch/react', 'scratch/es6', 'plugin:jest/recommended'],
env: {
browser: true,
jest: true
},
plugins: ['jest'],
rules: {
'react/prop-types': 0
}
};
|