require Chrome 55 and allow native async/await syntax

This commit is contained in:
tophf 2020-10-07 22:19:30 +03:00
parent 6b2dff6687
commit 7c205880d2
2 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
# https://github.com/eslint/eslint/blob/master/docs/rules/README.md
parserOptions:
ecmaVersion: 2015
ecmaVersion: 2017
env:
browser: true

View File

@ -1,7 +1,7 @@
{
"name": "Stylus",
"version": "1.5.13",
"minimum_chrome_version": "49",
"minimum_chrome_version": "55",
"description": "__MSG_description__",
"homepage_url": "https://add0n.com/stylus.html",
"manifest_version": 2,