Skip to content

Commit 6f7362c

Browse files
authored
removed trailing spaces
1 parent a368103 commit 6f7362c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

eslint.config.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@ export default [{ // NullDev-Style ESLint Config: http
1111
sourceType: "module", // prefer ES Modules (doesn't require "use strict")
1212
parserOptions: {
1313
requireConfigFile: false, // make babel not look for config
14-
babelOptions: {
14+
babelOptions: {
1515
presets: [ // If used with React, add "@babel/preset-react" here and do `npm i -D @babel/preset-react`
16-
],
16+
],
1717
plugins: [ // additional plugins for new ES-proposals such as "@babel/plugin-proposal-class-properties"
1818
],
1919
},

0 commit comments

Comments
 (0)