Remove support for IE11 and dead browsers
Handlebars v5 will target modern browsers, while older browsers will still receive support via version 4.x.
This commit is contained in:
committed by
Jay Linski
parent
785a63e0a8
commit
83baaa469f
@@ -1,5 +1,5 @@
|
||||
module.exports = {
|
||||
extends: ['eslint:recommended', 'plugin:es5/no-es2015', 'prettier'],
|
||||
extends: ['eslint:recommended', 'prettier'],
|
||||
globals: {
|
||||
self: false
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user