logo

pleroma-fe

My custom branche(s) on git.pleroma.social/pleroma/pleroma-fe git clone https://hacktivis.me/git/pleroma-fe.git

.eslintrc (95B)


  1. {
  2. "env": {
  3. "mocha": true
  4. },
  5. "globals": {
  6. "expect": true,
  7. "sinon": true
  8. }
  9. }