Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ESLINT issue #5

Open
robwhite4 opened this issue Sep 8, 2017 · 1 comment
Open

ESLINT issue #5

robwhite4 opened this issue Sep 8, 2017 · 1 comment

Comments

@robwhite4
Copy link
Contributor

robwhite4 commented Sep 8, 2017

"global-strict": [2, "always"], is deprecated and causes an error.

Replace that with the following to fix:

"parserOptions": {
		"ecmaFeatures": {
			"impliedStrict": true
		}
	},

Please update where appropriate.

~Rob

@robwhite4
Copy link
Contributor Author

I guess the template is where this matters most

"global-strict": [2, "always"],

but the project is also plagued..

"global-strict": [2, "always"],

Thanks.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant