Skip to content

Commit

Permalink
Updated "browser" compatibility back to ES6
Browse files Browse the repository at this point in the history
  • Loading branch information
vsulak committed Nov 7, 2022
1 parent a0bf51e commit 703dc00
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# CHANGELOG

## 16.1.0 (2022-11-07)

- Updated target compatibility of browser back towards `ES6`

## 16.0.0 (2022-11-05)

- Added `commonjs` rule set with
Expand Down
7 changes: 3 additions & 4 deletions browser.js
Original file line number Diff line number Diff line change
@@ -1,12 +1,11 @@
module.exports = {
extends: [
'touch4it',
'touch4it/commonjs',
],
env: {
es6: true,
es2019: false,
node: false,
browser: true,
},
rules: {
'unicorn/prefer-module': 'off',
},
};

0 comments on commit 703dc00

Please sign in to comment.