joelnet / MojiScript

MojiScript is an async-first, opinionated, and functional library

Home Page:https://mojiscript.js.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Investigate compatibility with codesandbox.io

joelnet opened this issue · comments

Need to get our custom eslint rules working on codesandbox.io.

Does the editor format the syntax using the MojiScript config?

Example project: https://github.com/joelnet/MojiScript/tree/master/examples/parcel-hello-world

eslintrc.yml

extends: mojiscript
root: true

package.json

{
  "dependencies": {
    "mojiscript": "^0.8.2",
    "parcel": "^1.10.3"
  },
  "devDependencies": {
    "eslint": "^5.5.0",
    "eslint-config-mojiscript": "1.2.0",
    "eslint-plugin-better": "0.1.5",
    "eslint-plugin-fp": "2.3.0",
    "eslint-plugin-import": "^2.14.0",
    "eslint-plugin-prefer-arrow": "1.1.3"
  }
}

Acceptance Criteria

  • A codesandbox.md file is created with directions on how to create a MojiScript project on codesandbox.io.
  • custom eslint rules are obeyed.
  • format on save works per eslint rules.
commented

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.