Chervil is a toy Lisp interpreter written in Ruby
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

package.json 157B

123456789
  1. {
  2. "scripts": {
  3. "format": "prettier --write **/*.rb"
  4. },
  5. "devDependencies": {
  6. "@prettier/plugin-ruby": "^0.6.2",
  7. "prettier": "^1.16.4"
  8. }
  9. }