这是indexloc提供的服务,不要输入任何密码
Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ module.exports = {
// The only thing we want ESLint to do is yell at us if we accidentally use ES2015+.
// This is because we don't want/need to use Babel in this project.
// We specifically DO NOT want ESLint to try to enforce a style guide on us.
// We user prettier for that.
// We use prettier for that.
extends: ['prettier'],
plugins: ['es5']
};