GitBucket
Toggle navigation
Snippets
Sign in
Files
Branches
1
Releases
Issues
Pull requests
Labels
Priorities
Milestones
Wiki
Commit Graphs
Kanban
Build
Network
Mirrors
Gantt Chart
Fork
: 0
istex
/
libxmljs-extra
Transfer to URL with SHA
Find file
Newer
Older
branch:
master
Branches
Tags
×
master
libxmljs-extra
/ .babelrc
dreptin
on 30 Apr 2021
96 bytes
chore: switched to babel parser to make eslint support ES6 classes better
Raw
Blame
History
{ "presets": ["@babel/env"], "plugins": [ "@babel/plugin-syntax-class-properties" ] }