had to add babel/core manually first This is the checkpoint for post cypress removal from client project
9 lines
85 B
JavaScript
9 lines
85 B
JavaScript
module.exports = {
|
|
env: {
|
|
mocha: true
|
|
},
|
|
rules: {
|
|
strict: "off"
|
|
}
|
|
};
|