Skip to content
Closed
Show file tree
Hide file tree
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
7 changes: 0 additions & 7 deletions .babelrc
Original file line number Diff line number Diff line change
@@ -1,12 +1,5 @@
{
"plugins": [
[
"@babel/plugin-transform-runtime",
{
"corejs": 3,
},
],
"add-module-exports",
"transform-xregexp",
"array-includes"
],
Expand Down
3 changes: 3 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,6 @@ max_line_length = 100

[*.yml]
indent_size = 2

[package.json]
indent_size = 2
6 changes: 2 additions & 4 deletions .eslintignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,2 @@
xregexp-all.js
lib
tests/perf/versions
tests/vendor
/*
!/src/
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
lib
xregexp-all.js
/index.mjs

# Compiled Python files
*.pyc
Expand Down
Loading