7 lines
112 B
JavaScript
Raw Permalink Normal View History

2023-10-24 12:26:58 +04:00
module.exports = {
rules: {
// babel inserts `'use strict';` for us
strict: ['error', 'never']
}
};