Skip to content

Commit

Permalink
feat: add formatter and web-ext
Browse files Browse the repository at this point in the history
  • Loading branch information
nobkd committed Mar 27, 2023
1 parent 123a5f0 commit 589012c
Show file tree
Hide file tree
Showing 5 changed files with 5,559 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
node_modules
web-ext-artifacts

1 change: 1 addition & 0 deletions .prettierignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
leaflet
12 changes: 12 additions & 0 deletions .prettierrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
{
"tabWidth": 4,
"useTabs": false,
"endOfLine": "lf",
"bracketSameLine": true,
"bracketSpacing": true,
"semi": true,
"trailingComma": "es5",
"singleQuote": true,
"arrowParens": "always",
"printWidth": 90
}
Loading

0 comments on commit 589012c

Please sign in to comment.