firebase deployしたいのですが、エラーが出てしまい、deployできない状況です。
おそらくfirebase initをした時にESLintファイルができたところまでは理解したのですが、具体的にどこのファイルにルールが設定されてるのかがわからず躓いております。
【自分で解決できたエラー文】
Strings must use doublequote (ダブルコーテーションに変更する)
Missing semicolon (セミコロンのつけ忘れ)
Missing space before value for key 'body'(スペースを入れる)
【解決できないエラー文】
①This line has a length of 83. Maximum allowed is 80
80行数までと指定がされてる?指定されてるファイルが見つけられませんでした。
②Expected indentation of 2 spaces but found 4
インデントをしてはいけない?
【エラー文】
6:1 error This line has a length of 87. Maximum allowed is 80 max-len 7:1 error Expected indentation of 2 spaces but found 4 indent 8:1 error Expected indentation of 4 spaces but found 8 indent 9:1 error Expected indentation of 4 spaces but found 8 indent 17:1 error This line has a length of 83. Maximum allowed is 80 max-len 18:1 error Expected indentation of 2 spaces but found 4 indent 19:1 error Expected indentation of 4 spaces but found 8 indent 20:1 error Expected indentation of 2 spaces but found 4 indent 21:1 error Expected indentation of 4 spaces but found 8 indent 22:1 error Expected indentation of 4 spaces but found 8 indent 23:1 error Expected indentation of 6 spaces but found 12 indent 24:1 error Expected indentation of 6 spaces but found 12 indent 25:1 error Expected indentation of 4 spaces but found 8 indent 26:1 error This line has a length of 81. Maximum allowed is 80 max-len 26:1 error Expected indentation of 4 spaces but found 8 indent 27:1 error Expected indentation of 2 spaces but found 4 indent ✖ 16 problems (16 errors, 0 warnings) 13 errors and 0 warnings potentially fixable with the `--fix` option. npm ERR! code ELIFECYCLE npm ERR! errno 1 npm ERR! functions@ lint: `eslint --ext .js,.ts .` npm ERR! Exit status 1 npm ERR! npm ERR! Failed at the functions@ lint script. npm ERR! This is probably not a problem with npm. There is likely additional logging output above. npm ERR! A complete log of this run can be found in: npm ERR! /Users/fumifumi/.npm/_logs/2021-01-23T03_23_30_047Z-debug.log Error: functions predeploy error: Command terminated with non-zero exit code1
以上、宜しくお願い致します。
バッドをするには、ログインかつ
こちらの条件を満たす必要があります。
2021/01/24 14:28