howdylikes

Google Developersってわかりづらいよね

2016-11-07から1日間の記事一覧

Parsing error: 'import' and 'export' may appear only with 'sourceType: module'

ESLint使っているときに表題のエラーが発生 .eslintrcに以下の設定を追加で解決 "parserOptions": { "sourceType": "module" }, 参考 https://github.com/AtomLinter/linter-eslint/issues/462